Html Css Color HEX #379CEF Summer Sky

📋 copy color: '#379CEF'

red 55 ◦ green 156 ◦ blue 239

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

Shades of Summer Sky #379CEF

Tints of Summer Sky #379CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

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

R = 12.22%
G = 34.67%
B = 53.11%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#379CEF (or 0x379CEF) is known color: Summer Sky. HEX triplet: 37, 9C and EF. RGB value is (55,156,239). Sum of RGB (Red+Green+Blue) = 55+156+239=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #379CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CEF is #C86310. Grayscale: #868686. Windows color (decimal): -13132561 or 15703095. OLE color: 15703095.

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

Color convert

RGB 55 156 239 -
CMYK 0.77 0.35 0 0.06
HSL 207.07º 0.85% 0.58% -
HSV(B) 207.07º 0.77% 0.94% -
XYZ 29.04 30.82 86.08 -
YUV 135.26 186.54 70.75 -
System Red Green Blue C M Y K H S L
Decimal 55 156 239 0.77 0.35 0 0.06 207.07 0.85 0.58
Hex 37 9C EF 4D 23 0 6 CF 55 3A
Octal 67 234 357 115 43 0 6 317 125 72
Binary 110111 10011100 11101111 1001101 100011 0 110 11001111 1010101 111010

Color Harmonies of #379CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CEF

Black with #379CEF

Text Example


Text Example

White with #379CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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