Html Css Color HEX #379DDB Summer Sky

📋 copy color: '#379DDB'

red 55 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #379DDB

Tints of Summer Sky #379DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

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

R = 12.76%
G = 36.43%
B = 50.81%

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

#379DDB (or 0x379DDB) is known color: Summer Sky. HEX triplet: 37, 9D and DB. RGB value is (55,157,219). Sum of RGB (Red+Green+Blue) = 55+157+219=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #379DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DDB is #C86224. Grayscale: #858585. Windows color (decimal): -13132325 or 14392631. OLE color: 14392631.

HSL color Cylindrical-coordinate representation of color #379DDB: hue angle of 202.68º 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 #379DDB is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 157 219 -
CMYK 0.75 0.28 0 0.14
HSL 202.68º 0.69% 0.54% -
HSV(B) 202.68º 0.75% 0.86% -
XYZ 26.42 30.04 71.42 -
YUV 133.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 55 157 219 0.75 0.28 0 0.14 202.68 0.69 0.54
Hex 37 9D DB 4B 1C 0 E CB 45 36
Octal 67 235 333 113 34 0 16 313 105 66
Binary 110111 10011101 11011011 1001011 11100 0 1110 11001011 1000101 110110

Color Harmonies of #379DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DDB

Black with #379DDB

Text Example


Text Example

White with #379DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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