#2d75cd

Color #2D75CD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2D75CD

Tints of Curious Blue #2D75CD

Color information

#2D75CD (or 0x2D75CD) is unknown color: approx Curious Blue. HEX triplet: 2D, 75 and CD. RGB value is (45,117,205). Sum of RGB (Red+Green+Blue) = 45+117+205=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D75CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D75CD is #D28A32. Grayscale: #696969. Windows color (decimal): -13797939 or 13464877. OLE color: 13464877.

HSL color Cylindrical-coordinate representation of color #2D75CD: hue angle of 213º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D75CD is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB45117205-
CMYK0.780.4300.20
HSL213º64%49.02%-
HSV(B)213º78.05%80.39%-
XYZ18.4617.6960.2-
YUV105.5184.1584.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 12.26%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 205 (80.47% from 255) = 55.86%
R=12.26%
G=31.88%
B=55.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal451172050.780.4300.202136449.02
Hex2D75CD4E2B014d54031
Octal551653151165302432510061
Binary1011011110101110011011001110101011010100110101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d75cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d75cd; }

 p { color: rgb(45,117,205); }

 H1.HeaderClassName
 {
   color: #2d75cd;
 }
 .AnyTagClassName
 {
   color: #2d75cd;
 }
</style>
background-color css

<style>
 a { background-color: #2d75cd; }

 a { background-color: rgb(45,117,205); }

 div.DivClassName
 {
   background-color: #2d75cd;
 }
 .BgClassName
 {
   background-color: #2d75cd;
 }
</style>
border-color css

<style>
 span { border-color: #2d75cd; }

 span { border-color: rgb(45,117,205); }

 td.TdClassName
 {
   border-color: #2d75cd;
 }
 .TagClassName
 {
   border-color: #2d75cd;
 }
</style>