Html Css Color HEX #399FCC Summer Sky

📋 copy color: '#399FCC'

red 57 ◦ green 159 ◦ blue 204

#399FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #399FCC

Tints of Summer Sky #399FCC

RGB

 RED value IS 57 (22.66% from 255) = 13.57%

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 13.57%
G = 37.86%
B = 48.57%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#399FCC (or 0x399FCC) is known color: Summer Sky. HEX triplet: 39, 9F and CC. RGB value is (57,159,204). Sum of RGB (Red+Green+Blue) = 57+159+204=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #399FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FCC is #C66033. Grayscale: #858585. Windows color (decimal): -13000756 or 13410105. OLE color: 13410105.

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

Color convert

RGB 57 159 204 -
CMYK 0.72 0.22 0 0.2
HSL 198.37º 0.59% 0.51% -
HSV(B) 198.37º 0.72% 0.8% -
XYZ 24.98 30.03 61.61 -
YUV 133.63 167.71 73.34 -
System Red Green Blue C M Y K H S L
Decimal 57 159 204 0.72 0.22 0 0.2 198.37 0.59 0.51
Hex 39 9F CC 48 16 0 14 C6 3B 33
Octal 71 237 314 110 26 0 24 306 73 63
Binary 111001 10011111 11001100 1001000 10110 0 10100 11000110 111011 110011

Color Harmonies of #399FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FCC

Black with #399FCC

Text Example


Text Example

White with #399FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #399FCC;
 }
 .AnyTagClassName
 {
   color: #399FCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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