Html Css Color HEX #379FEB Summer Sky

📋 copy color: '#379FEB'

red 55 ◦ green 159 ◦ blue 235

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

Shades of Summer Sky #379FEB

Tints of Summer Sky #379FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

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

R = 12.25%
G = 35.41%
B = 52.34%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#379FEB (or 0x379FEB) is known color: Summer Sky. HEX triplet: 37, 9F and EB. RGB value is (55,159,235). Sum of RGB (Red+Green+Blue) = 55+159+235=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #379FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FEB is #C86014. Grayscale: #888888. Windows color (decimal): -13131797 or 15441719. OLE color: 15441719.

HSL color Cylindrical-coordinate representation of color #379FEB: hue angle of 205.33º 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 #379FEB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 159 235 -
CMYK 0.77 0.32 0 0.08
HSL 205.33º 0.82% 0.57% -
HSV(B) 205.33º 0.77% 0.92% -
XYZ 28.97 31.61 83.17 -
YUV 136.57 183.54 69.82 -
System Red Green Blue C M Y K H S L
Decimal 55 159 235 0.77 0.32 0 0.08 205.33 0.82 0.57
Hex 37 9F EB 4D 20 0 8 CD 52 39
Octal 67 237 353 115 40 0 10 315 122 71
Binary 110111 10011111 11101011 1001101 100000 0 1000 11001101 1010010 111001

Color Harmonies of #379FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FEB

Black with #379FEB

Text Example


Text Example

White with #379FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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