#399CC8

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

Shades of Curious Blue #399CC8

Tints of Curious Blue #399CC8

Color information

#399CC8 (or 0x399CC8) is unknown color: approx Curious Blue. HEX triplet: 39, 9C and C8. RGB value is (57,156,200). Sum of RGB (Red+Green+Blue) = 57+156+200=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #399CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CC8 is #C66337. Grayscale: #838383. Windows color (decimal): -13001528 or 13147193. OLE color: 13147193.

HSL color Cylindrical-coordinate representation of color #399CC8: hue angle of 198.46º degrees, saturation: 0.57, 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 #399CC8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57156200-
CMYK0.720.2200.22
HSL198.46º56.52%50.39%-
HSV(B)198.46º71.5%78.43%-
XYZ2428.8258.94-
YUV131.42166.774.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.80%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=13.80%
G=37.77%
B=48.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571562000.720.2200.22198.4656.5250.39
Hex399CC84816016c63932
Octal71234310110260263067162
Binary111001100111001100100010010001011001011011000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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