Html Css Color HEX #379CDC Summer Sky

📋 copy color: '#379CDC'

red 55 ◦ green 156 ◦ blue 220

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

Shades of Summer Sky #379CDC

Tints of Summer Sky #379CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 12.76%
G = 36.19%
B = 51.04%

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

#379CDC (or 0x379CDC) is known color: Summer Sky. HEX triplet: 37, 9C and DC. RGB value is (55,156,220). Sum of RGB (Red+Green+Blue) = 55+156+220=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #379CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CDC is #C86323. Grayscale: #848484. Windows color (decimal): -13132580 or 14457911. OLE color: 14457911.

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

Color convert

RGB 55 156 220 -
CMYK 0.75 0.29 0 0.14
HSL 203.27º 0.7% 0.54% -
HSV(B) 203.27º 0.75% 0.86% -
XYZ 26.38 29.76 72.06 -
YUV 133.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 55 156 220 0.75 0.29 0 0.14 203.27 0.7 0.54
Hex 37 9C DC 4B 1D 0 E CB 46 36
Octal 67 234 334 113 35 0 16 313 106 66
Binary 110111 10011100 11011100 1001011 11101 0 1110 11001011 1000110 110110

Color Harmonies of #379CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CDC

Black with #379CDC

Text Example


Text Example

White with #379CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,156,220); }

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

background-color css

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

 a { background-color: rgb(55,156,220); }

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

border-color css

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

 span { border-color: rgb(55,156,220); }

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