Html Css Color HEX #379ACD Summer Sky

📋 copy color: '#379ACD'

red 55 ◦ green 154 ◦ blue 205

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

Shades of Summer Sky #379ACD

Tints of Summer Sky #379ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 13.29%
G = 37.2%
B = 49.52%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#379ACD (or 0x379ACD) is known color: Summer Sky. HEX triplet: 37, 9A and CD. RGB value is (55,154,205). Sum of RGB (Red+Green+Blue) = 55+154+205=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #379ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ACD is #C86532. Grayscale: #818181. Windows color (decimal): -13133107 or 13474359. OLE color: 13474359.

HSL color Cylindrical-coordinate representation of color #379ACD: hue angle of 200.4º degrees, saturation: 0.6, 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 #379ACD is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 154 205 -
CMYK 0.73 0.25 0 0.20
HSL 200.4º 0.6% 0.51% -
HSV(B) 200.4º 0.73% 0.8% -
XYZ 24.15 28.33 61.95 -
YUV 130.21 170.2 74.35 -
System Red Green Blue C M Y K H S L
Decimal 55 154 205 0.73 0.25 0 0.20 200.4 0.6 0.51
Hex 37 9A CD 49 19 0 14 C8 3C 33
Octal 67 232 315 111 31 0 24 310 74 63
Binary 110111 10011010 11001101 1001001 11001 0 10100 11001000 111100 110011

Color Harmonies of #379ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ACD

Black with #379ACD

Text Example


Text Example

White with #379ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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