Html Css Color HEX #399DCC Summer Sky

📋 copy color: '#399DCC'

red 57 ◦ green 157 ◦ blue 204

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

Shades of Summer Sky #399DCC

Tints of Summer Sky #399DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

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

R = 13.64%
G = 37.56%
B = 48.8%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#399DCC (or 0x399DCC) is known color: Summer Sky. HEX triplet: 39, 9D and CC. RGB value is (57,157,204). Sum of RGB (Red+Green+Blue) = 57+157+204=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #399DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DCC is #C66233. Grayscale: #848484. Windows color (decimal): -13001268 or 13409593. OLE color: 13409593.

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

Color convert

RGB 57 157 204 -
CMYK 0.72 0.23 0 0.2
HSL 199.18º 0.59% 0.51% -
HSV(B) 199.18º 0.72% 0.8% -
XYZ 24.64 29.34 61.49 -
YUV 132.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 57 157 204 0.72 0.23 0 0.2 199.18 0.59 0.51
Hex 39 9D CC 48 17 0 14 C7 3B 33
Octal 71 235 314 110 27 0 24 307 73 63
Binary 111001 10011101 11001100 1001000 10111 0 10100 11000111 111011 110011

Color Harmonies of #399DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DCC

Black with #399DCC

Text Example


Text Example

White with #399DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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