Html Css Color HEX #379ECC Summer Sky

📋 copy color: '#379ECC'

red 55 ◦ green 158 ◦ blue 204

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

Shades of Summer Sky #379ECC

Tints of Summer Sky #379ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

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

R = 13.19%
G = 37.89%
B = 48.92%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#379ECC (or 0x379ECC) is known color: Summer Sky. HEX triplet: 37, 9E and CC. RGB value is (55,158,204). Sum of RGB (Red+Green+Blue) = 55+158+204=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #379ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ECC is #C86133. Grayscale: #848484. Windows color (decimal): -13132084 or 13409847. OLE color: 13409847.

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

Color convert

RGB 55 158 204 -
CMYK 0.73 0.23 0 0.2
HSL 198.52º 0.59% 0.51% -
HSV(B) 198.52º 0.73% 0.8% -
XYZ 24.7 29.63 61.54 -
YUV 132.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 55 158 204 0.73 0.23 0 0.2 198.52 0.59 0.51
Hex 37 9E CC 49 17 0 14 C7 3B 33
Octal 67 236 314 111 27 0 24 307 73 63
Binary 110111 10011110 11001100 1001001 10111 0 10100 11000111 111011 110011

Color Harmonies of #379ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ECC

Black with #379ECC

Text Example


Text Example

White with #379ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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