Html Css Color HEX #399CCD Summer Sky

📋 copy color: '#399CCD'

red 57 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #399CCD

Tints of Summer Sky #399CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.32%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 13.64%
G = 37.32%
B = 49.04%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#399CCD (or 0x399CCD) is known color: Summer Sky. HEX triplet: 39, 9C and CD. RGB value is (57,156,205). Sum of RGB (Red+Green+Blue) = 57+156+205=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #399CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CCD is #C66332. Grayscale: #838383. Windows color (decimal): -13001523 or 13474873. OLE color: 13474873.

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

Color convert

RGB 57 156 205 -
CMYK 0.72 0.24 0 0.20
HSL 199.86º 0.6% 0.51% -
HSV(B) 199.86º 0.72% 0.8% -
XYZ 24.6 29.05 62.07 -
YUV 131.99 169.2 74.52 -
System Red Green Blue C M Y K H S L
Decimal 57 156 205 0.72 0.24 0 0.20 199.86 0.6 0.51
Hex 39 9C CD 48 18 0 14 C8 3C 33
Octal 71 234 315 110 30 0 24 310 74 63
Binary 111001 10011100 11001101 1001000 11000 0 10100 11001000 111100 110011

Color Harmonies of #399CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CCD

Black with #399CCD

Text Example


Text Example

White with #399CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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