Html Css Color HEX #379ACC Summer Sky

📋 copy color: '#379ACC'

red 55 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #379ACC

Tints of Summer Sky #379ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 13.32%
G = 37.29%
B = 49.39%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#379ACC (or 0x379ACC) is known color: Summer Sky. HEX triplet: 37, 9A and CC. RGB value is (55,154,204). Sum of RGB (Red+Green+Blue) = 55+154+204=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #379ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ACC is #C86533. Grayscale: #818181. Windows color (decimal): -13133108 or 13408823. OLE color: 13408823.

HSL color Cylindrical-coordinate representation of color #379ACC: hue angle of 200.13º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379ACC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 154 204 -
CMYK 0.73 0.25 0 0.2
HSL 200.13º 0.59% 0.51% -
HSV(B) 200.13º 0.73% 0.8% -
XYZ 24.03 28.28 61.32 -
YUV 130.1 169.7 74.43 -
System Red Green Blue C M Y K H S L
Decimal 55 154 204 0.73 0.25 0 0.2 200.13 0.59 0.51
Hex 37 9A CC 49 19 0 14 C8 3B 33
Octal 67 232 314 111 31 0 24 310 73 63
Binary 110111 10011010 11001100 1001001 11001 0 10100 11001000 111011 110011

Color Harmonies of #379ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ACC

Black with #379ACC

Text Example


Text Example

White with #379ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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