#3991CD

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

Shades of Curious Blue #3991CD

Tints of Curious Blue #3991CD

Color information

#3991CD (or 0x3991CD) is unknown color: approx Curious Blue. HEX triplet: 39, 91 and CD. RGB value is (57,145,205). Sum of RGB (Red+Green+Blue) = 57+145+205=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #3991CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3991CD is #C66E32. Grayscale: #7D7D7D. Windows color (decimal): -13004339 or 13472057. OLE color: 13472057.

HSL color Cylindrical-coordinate representation of color #3991CD: hue angle of 204.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3991CD is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57145205-
CMYK0.720.2900.20
HSL204.32º59.68%51.37%-
HSV(B)204.32º72.2%80.39%-
XYZ22.8325.5361.48-
YUV125.53172.8579.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=14.00%
G=35.63%
B=50.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571452050.720.2900.20204.3259.6851.37
Hex3991CD481D014cc3c33
Octal71221315110350243147463
Binary111001100100011100110110010001110101010011001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3991CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3991CD; }

 p { color: rgb(57,145,205); }

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

<style>
 a { background-color: #3991CD; }

 a { background-color: rgb(57,145,205); }

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

<style>
 span { border-color: #3991CD; }

 span { border-color: rgb(57,145,205); }

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