Html Css Color HEX #379EDB Summer Sky

📋 copy color: '#379EDB'

red 55 ◦ green 158 ◦ blue 219

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

Shades of Summer Sky #379EDB

Tints of Summer Sky #379EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 12.73%
G = 36.57%
B = 50.69%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#379EDB (or 0x379EDB) is known color: Summer Sky. HEX triplet: 37, 9E and DB. RGB value is (55,158,219). Sum of RGB (Red+Green+Blue) = 55+158+219=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #379EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EDB is #C86124. Grayscale: #858585. Windows color (decimal): -13132069 or 14392887. OLE color: 14392887.

HSL color Cylindrical-coordinate representation of color #379EDB: hue angle of 202.32º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379EDB is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 158 219 -
CMYK 0.75 0.28 0 0.14
HSL 202.32º 0.69% 0.54% -
HSV(B) 202.32º 0.75% 0.86% -
XYZ 26.59 30.38 71.48 -
YUV 134.16 175.88 71.54 -
System Red Green Blue C M Y K H S L
Decimal 55 158 219 0.75 0.28 0 0.14 202.32 0.69 0.54
Hex 37 9E DB 4B 1C 0 E CA 45 36
Octal 67 236 333 113 34 0 16 312 105 66
Binary 110111 10011110 11011011 1001011 11100 0 1110 11001010 1000101 110110

Color Harmonies of #379EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EDB

Black with #379EDB

Text Example


Text Example

White with #379EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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