Html Css Color HEX #379ADD Summer Sky

📋 copy color: '#379ADD'

red 55 ◦ green 154 ◦ blue 221

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

Shades of Summer Sky #379ADD

Tints of Summer Sky #379ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 12.79%
G = 35.81%
B = 51.4%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#379ADD (or 0x379ADD) is known color: Summer Sky. HEX triplet: 37, 9A and DD. RGB value is (55,154,221). Sum of RGB (Red+Green+Blue) = 55+154+221=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #379ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ADD is #C86522. Grayscale: #838383. Windows color (decimal): -13133091 or 14522935. OLE color: 14522935.

HSL color Cylindrical-coordinate representation of color #379ADD: hue angle of 204.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379ADD is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 154 221 -
CMYK 0.75 0.30 0 0.13
HSL 204.22º 0.71% 0.54% -
HSV(B) 204.22º 0.75% 0.87% -
XYZ 26.18 29.14 72.65 -
YUV 132.04 178.2 73.05 -
System Red Green Blue C M Y K H S L
Decimal 55 154 221 0.75 0.30 0 0.13 204.22 0.71 0.54
Hex 37 9A DD 4B 1E 0 D CC 47 36
Octal 67 232 335 113 36 0 15 314 107 66
Binary 110111 10011010 11011101 1001011 11110 0 1101 11001100 1000111 110110

Color Harmonies of #379ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ADD

Black with #379ADD

Text Example


Text Example

White with #379ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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