Html Css Color HEX #379EC7 Summer Sky

📋 copy color: '#379EC7'

red 55 ◦ green 158 ◦ blue 199

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

Shades of Summer Sky #379EC7

Tints of Summer Sky #379EC7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 199 (78.13% from 255) = 48.3%

R = 13.35%
G = 38.35%
B = 48.3%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#379EC7 (or 0x379EC7) is known color: Summer Sky. HEX triplet: 37, 9E and C7. RGB value is (55,158,199). Sum of RGB (Red+Green+Blue) = 55+158+199=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #379EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EC7 is #C86138. Grayscale: #838383. Windows color (decimal): -13132089 or 13082167. OLE color: 13082167.

HSL color Cylindrical-coordinate representation of color #379EC7: hue angle of 197.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379EC7 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 158 199 -
CMYK 0.72 0.21 0 0.22
HSL 197.08º 0.57% 0.5% -
HSV(B) 197.08º 0.72% 0.78% -
XYZ 24.11 29.39 58.43 -
YUV 131.88 165.88 73.17 -
System Red Green Blue C M Y K H S L
Decimal 55 158 199 0.72 0.21 0 0.22 197.08 0.57 0.5
Hex 37 9E C7 48 15 0 16 C5 39 32
Octal 67 236 307 110 25 0 26 305 71 62
Binary 110111 10011110 11000111 1001000 10101 0 10110 11000101 111001 110010

Color Harmonies of #379EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EC7

Black with #379EC7

Text Example


Text Example

White with #379EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,158,199); }

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

background-color css

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

 a { background-color: rgb(55,158,199); }

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

border-color css

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

 span { border-color: rgb(55,158,199); }

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