#3990CC

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

Shades of Curious Blue #3990CC

Tints of Curious Blue #3990CC

Color information

#3990CC (or 0x3990CC) is unknown color: approx Curious Blue. HEX triplet: 39, 90 and CC. RGB value is (57,144,204). Sum of RGB (Red+Green+Blue) = 57+144+204=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #3990CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990CC is #C66F33. Grayscale: #7C7C7C. Windows color (decimal): -13004596 or 13406265. OLE color: 13406265.

HSL color Cylindrical-coordinate representation of color #3990CC: hue angle of 204.49º degrees, saturation: 0.59, 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 #3990CC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57144204-
CMYK0.720.2900.2
HSL204.49º59.04%51.18%-
HSV(B)204.49º72.06%80%-
XYZ22.5625.1860.8-
YUV124.83172.6879.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.07%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=14.07%
G=35.56%
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.2
SystemRedGreenBlueCMYKHSL
Decimal571442040.720.2900.2204.4959.0451.18
Hex3990CC481D014cc3b33
Octal71220314110350243147363
Binary111001100100001100110010010001110101010011001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3990CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3990CC; }

 p { color: rgb(57,144,204); }

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

<style>
 a { background-color: #3990CC; }

 a { background-color: rgb(57,144,204); }

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

<style>
 span { border-color: #3990CC; }

 span { border-color: rgb(57,144,204); }

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