Html Css Color HEX #379BCD Summer Sky

📋 copy color: '#379BCD'

red 55 ◦ green 155 ◦ blue 205

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

Shades of Summer Sky #379BCD

Tints of Summer Sky #379BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.35%

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

R = 13.25%
G = 37.35%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#379BCD (or 0x379BCD) is known color: Summer Sky. HEX triplet: 37, 9B and CD. RGB value is (55,155,205). Sum of RGB (Red+Green+Blue) = 55+155+205=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #379BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BCD is #C86432. Grayscale: #828282. Windows color (decimal): -13132851 or 13474615. OLE color: 13474615.

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

Color convert

RGB 55 155 205 -
CMYK 0.73 0.24 0 0.20
HSL 200º 0.6% 0.51% -
HSV(B) 200º 0.73% 0.8% -
XYZ 24.32 28.66 62.01 -
YUV 130.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 55 155 205 0.73 0.24 0 0.20 200 0.6 0.51
Hex 37 9B CD 49 18 0 14 C8 3C 33
Octal 67 233 315 111 30 0 24 310 74 63
Binary 110111 10011011 11001101 1001001 11000 0 10100 11001000 111100 110011

Color Harmonies of #379BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BCD

Black with #379BCD

Text Example


Text Example

White with #379BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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