Html Css Color HEX #379BDB Summer Sky

📋 copy color: '#379BDB'

red 55 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #379BDB

Tints of Summer Sky #379BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 12.82%
G = 36.13%
B = 51.05%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#379BDB (or 0x379BDB) is known color: Summer Sky. HEX triplet: 37, 9B and DB. RGB value is (55,155,219). Sum of RGB (Red+Green+Blue) = 55+155+219=429 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.82% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #379BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BDB is #C86424. Grayscale: #848484. Windows color (decimal): -13132837 or 14392119. OLE color: 14392119.

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

Color convert

RGB 55 155 219 -
CMYK 0.75 0.29 0 0.14
HSL 203.41º 0.69% 0.54% -
HSV(B) 203.41º 0.75% 0.86% -
XYZ 26.08 29.37 71.31 -
YUV 132.4 176.87 72.8 -
System Red Green Blue C M Y K H S L
Decimal 55 155 219 0.75 0.29 0 0.14 203.41 0.69 0.54
Hex 37 9B DB 4B 1D 0 E CB 45 36
Octal 67 233 333 113 35 0 16 313 105 66
Binary 110111 10011011 11011011 1001011 11101 0 1110 11001011 1000101 110110

Color Harmonies of #379BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BDB

Black with #379BDB

Text Example


Text Example

White with #379BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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