#399cc6

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

Shades of Curious Blue #399CC6

Tints of Curious Blue #399CC6

Color information

#399CC6 (or 0x399CC6) is unknown color: approx Curious Blue. HEX triplet: 39, 9C and C6. RGB value is (57,156,198). Sum of RGB (Red+Green+Blue) = 57+156+198=411 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.87% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #399CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CC6 is #C66339. Grayscale: #828282. Windows color (decimal): -13001530 or 13016121. OLE color: 13016121.

HSL color Cylindrical-coordinate representation of color #399CC6: hue angle of 197.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #399CC6 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57156198-
CMYK0.710.2100.22
HSL197.87º55.29%50%-
HSV(B)197.87º71.21%77.65%-
XYZ23.7728.7257.72-
YUV131.19165.775.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.87%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=13.87%
G=37.96%
B=48.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571561980.710.2100.22197.8755.2950
Hex399CC64715016c63732
Octal71234306107250263066762
Binary111001100111001100011010001111010101011011000110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399cc6; }

 p { color: rgb(57,156,198); }

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

<style>
 a { background-color: #399cc6; }

 a { background-color: rgb(57,156,198); }

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

<style>
 span { border-color: #399cc6; }

 span { border-color: rgb(57,156,198); }

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