Html Css Color HEX #379FEC Summer Sky

📋 copy color: '#379FEC'

red 55 ◦ green 159 ◦ blue 236

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

Shades of Summer Sky #379FEC

Tints of Summer Sky #379FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 12.22%
G = 35.33%
B = 52.44%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#379FEC (or 0x379FEC) is known color: Summer Sky. HEX triplet: 37, 9F and EC. RGB value is (55,159,236). Sum of RGB (Red+Green+Blue) = 55+159+236=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #379FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FEC is #C86013. Grayscale: #888888. Windows color (decimal): -13131796 or 15507255. OLE color: 15507255.

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

Color convert

RGB 55 159 236 -
CMYK 0.77 0.33 0 0.07
HSL 205.52º 0.83% 0.57% -
HSV(B) 205.52º 0.77% 0.93% -
XYZ 29.11 31.66 83.93 -
YUV 136.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 55 159 236 0.77 0.33 0 0.07 205.52 0.83 0.57
Hex 37 9F EC 4D 21 0 7 CE 53 39
Octal 67 237 354 115 41 0 7 316 123 71
Binary 110111 10011111 11101100 1001101 100001 0 111 11001110 1010011 111001

Color Harmonies of #379FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FEC

Black with #379FEC

Text Example


Text Example

White with #379FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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