Html Css Color HEX #379FCD Summer Sky

📋 copy color: '#379FCD'

red 55 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #379FCD

Tints of Summer Sky #379FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

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

R = 13.13%
G = 37.95%
B = 48.93%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#379FCD (or 0x379FCD) is known color: Summer Sky. HEX triplet: 37, 9F and CD. RGB value is (55,159,205). Sum of RGB (Red+Green+Blue) = 55+159+205=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #379FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FCD is #C86032. Grayscale: #848484. Windows color (decimal): -13131827 or 13475639. OLE color: 13475639.

HSL color Cylindrical-coordinate representation of color #379FCD: hue angle of 198.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 #379FCD is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 159 205 -
CMYK 0.73 0.22 0 0.20
HSL 198.4º 0.6% 0.51% -
HSV(B) 198.4º 0.73% 0.8% -
XYZ 24.99 30.02 62.23 -
YUV 133.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 55 159 205 0.73 0.22 0 0.20 198.4 0.6 0.51
Hex 37 9F CD 49 16 0 14 C6 3C 33
Octal 67 237 315 111 26 0 24 306 74 63
Binary 110111 10011111 11001101 1001001 10110 0 10100 11000110 111100 110011

Color Harmonies of #379FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FCD

Black with #379FCD

Text Example


Text Example

White with #379FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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