Html Css Color HEX #379EEF Summer Sky

📋 copy color: '#379EEF'

red 55 ◦ green 158 ◦ blue 239

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

Shades of Summer Sky #379EEF

Tints of Summer Sky #379EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 12.17%
G = 34.96%
B = 52.88%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#379EEF (or 0x379EEF) is known color: Summer Sky. HEX triplet: 37, 9E and EF. RGB value is (55,158,239). Sum of RGB (Red+Green+Blue) = 55+158+239=452 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.17% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #379EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379EEF is #C86110. Grayscale: #888888. Windows color (decimal): -13132049 or 15703607. OLE color: 15703607.

HSL color Cylindrical-coordinate representation of color #379EEF: hue angle of 206.41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379EEF is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 158 239 -
CMYK 0.77 0.34 0 0.06
HSL 206.41º 0.85% 0.58% -
HSV(B) 206.41º 0.77% 0.94% -
XYZ 29.38 31.5 86.19 -
YUV 136.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 55 158 239 0.77 0.34 0 0.06 206.41 0.85 0.58
Hex 37 9E EF 4D 22 0 6 CE 55 3A
Octal 67 236 357 115 42 0 6 316 125 72
Binary 110111 10011110 11101111 1001101 100010 0 110 11001110 1010101 111010

Color Harmonies of #379EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EEF

Black with #379EEF

Text Example


Text Example

White with #379EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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