Html Css Color HEX #379AD8 Summer Sky

📋 copy color: '#379AD8'

red 55 ◦ green 154 ◦ blue 216

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

Shades of Summer Sky #379AD8

Tints of Summer Sky #379AD8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.24%

 BLUE value IS 216 (84.77% from 255) = 50.82%

R = 12.94%
G = 36.24%
B = 50.82%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#379AD8 (or 0x379AD8) is known color: Summer Sky. HEX triplet: 37, 9A and D8. RGB value is (55,154,216). Sum of RGB (Red+Green+Blue) = 55+154+216=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #379AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379AD8 is #C86527. Grayscale: #838383. Windows color (decimal): -13133096 or 14195255. OLE color: 14195255.

HSL color Cylindrical-coordinate representation of color #379AD8: hue angle of 203.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379AD8 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 154 216 -
CMYK 0.75 0.29 0 0.15
HSL 203.11º 0.67% 0.53% -
HSV(B) 203.11º 0.75% 0.85% -
XYZ 25.53 28.88 69.2 -
YUV 131.47 175.7 73.46 -
System Red Green Blue C M Y K H S L
Decimal 55 154 216 0.75 0.29 0 0.15 203.11 0.67 0.53
Hex 37 9A D8 4B 1D 0 F CB 43 35
Octal 67 232 330 113 35 0 17 313 103 65
Binary 110111 10011010 11011000 1001011 11101 0 1111 11001011 1000011 110101

Color Harmonies of #379AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AD8

Black with #379AD8

Text Example


Text Example

White with #379AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,154,216); }

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

background-color css

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

 a { background-color: rgb(55,154,216); }

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

border-color css

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

 span { border-color: rgb(55,154,216); }

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