Html Css Color HEX #379EDE Summer Sky

📋 copy color: '#379EDE'

red 55 ◦ green 158 ◦ blue 222

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

Shades of Summer Sky #379EDE

Tints of Summer Sky #379EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 12.64%
G = 36.32%
B = 51.03%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#379EDE (or 0x379EDE) is known color: Summer Sky. HEX triplet: 37, 9E and DE. RGB value is (55,158,222). Sum of RGB (Red+Green+Blue) = 55+158+222=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #379EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EDE is #C86121. Grayscale: #868686. Windows color (decimal): -13132066 or 14589495. OLE color: 14589495.

HSL color Cylindrical-coordinate representation of color #379EDE: hue angle of 202.99º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379EDE is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 158 222 -
CMYK 0.75 0.29 0 0.13
HSL 202.99º 0.72% 0.54% -
HSV(B) 202.99º 0.75% 0.87% -
XYZ 26.99 30.54 73.58 -
YUV 134.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 55 158 222 0.75 0.29 0 0.13 202.99 0.72 0.54
Hex 37 9E DE 4B 1D 0 D CB 48 36
Octal 67 236 336 113 35 0 15 313 110 66
Binary 110111 10011110 11011110 1001011 11101 0 1101 11001011 1001000 110110

Color Harmonies of #379EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EDE

Black with #379EDE

Text Example


Text Example

White with #379EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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