Html Css Color HEX #379EEB Summer Sky

📋 copy color: '#379EEB'

red 55 ◦ green 158 ◦ blue 235

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

Shades of Summer Sky #379EEB

Tints of Summer Sky #379EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 12.28%
G = 35.27%
B = 52.46%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#379EEB (or 0x379EEB) is known color: Summer Sky. HEX triplet: 37, 9E and EB. RGB value is (55,158,235). Sum of RGB (Red+Green+Blue) = 55+158+235=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #379EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379EEB is #C86114. Grayscale: #878787. Windows color (decimal): -13132053 or 15441463. OLE color: 15441463.

HSL color Cylindrical-coordinate representation of color #379EEB: hue angle of 205.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379EEB is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 158 235 -
CMYK 0.77 0.33 0 0.08
HSL 205.67º 0.82% 0.57% -
HSV(B) 205.67º 0.77% 0.92% -
XYZ 28.8 31.26 83.11 -
YUV 135.98 183.88 70.24 -
System Red Green Blue C M Y K H S L
Decimal 55 158 235 0.77 0.33 0 0.08 205.67 0.82 0.57
Hex 37 9E EB 4D 21 0 8 CE 52 39
Octal 67 236 353 115 41 0 10 316 122 71
Binary 110111 10011110 11101011 1001101 100001 0 1000 11001110 1010010 111001

Color Harmonies of #379EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EEB

Black with #379EEB

Text Example


Text Example

White with #379EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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