Html Css Color HEX #379CCC Summer Sky

📋 copy color: '#379CCC'

red 55 ◦ green 156 ◦ blue 204

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

Shades of Summer Sky #379CCC

Tints of Summer Sky #379CCC

RGB

 RED value IS 55 (21.88% from 255) = 13.25%

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

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

R = 13.25%
G = 37.59%
B = 49.16%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#379CCC (or 0x379CCC) is known color: Summer Sky. HEX triplet: 37, 9C and CC. RGB value is (55,156,204). Sum of RGB (Red+Green+Blue) = 55+156+204=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #379CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CCC is #C86333. Grayscale: #828282. Windows color (decimal): -13132596 or 13409335. OLE color: 13409335.

HSL color Cylindrical-coordinate representation of color #379CCC: hue angle of 199.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379CCC is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 156 204 -
CMYK 0.73 0.24 0 0.2
HSL 199.33º 0.59% 0.51% -
HSV(B) 199.33º 0.73% 0.8% -
XYZ 24.36 28.95 61.43 -
YUV 131.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 55 156 204 0.73 0.24 0 0.2 199.33 0.59 0.51
Hex 37 9C CC 49 18 0 14 C7 3B 33
Octal 67 234 314 111 30 0 24 307 73 63
Binary 110111 10011100 11001100 1001001 11000 0 10100 11000111 111011 110011

Color Harmonies of #379CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CCC

Black with #379CCC

Text Example


Text Example

White with #379CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379CCC; }

 p { color: rgb(55,156,204); }

 H1.HeaderClassName
 {
   color: #379CCC;
 }
 .AnyTagClassName
 {
   color: #379CCC;
 }
</style>

background-color css

<style>
 a { background-color: #379CCC; }

 a { background-color: rgb(55,156,204); }

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

border-color css

<style>
 span { border-color: #379CCC; }

 span { border-color: rgb(55,156,204); }

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