Html Css Color HEX #379ECE Summer Sky

📋 copy color: '#379ECE'

red 55 ◦ green 158 ◦ blue 206

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

Shades of Summer Sky #379ECE

Tints of Summer Sky #379ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 13.13%
G = 37.71%
B = 49.16%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#379ECE (or 0x379ECE) is known color: Summer Sky. HEX triplet: 37, 9E and CE. RGB value is (55,158,206). Sum of RGB (Red+Green+Blue) = 55+158+206=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #379ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ECE is #C86131. Grayscale: #848484. Windows color (decimal): -13132082 or 13540919. OLE color: 13540919.

HSL color Cylindrical-coordinate representation of color #379ECE: hue angle of 199.07º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379ECE is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 158 206 -
CMYK 0.73 0.23 0 0.19
HSL 199.07º 0.61% 0.51% -
HSV(B) 199.07º 0.73% 0.81% -
XYZ 24.94 29.72 62.81 -
YUV 132.68 169.38 72.6 -
System Red Green Blue C M Y K H S L
Decimal 55 158 206 0.73 0.23 0 0.19 199.07 0.61 0.51
Hex 37 9E CE 49 17 0 13 C7 3D 33
Octal 67 236 316 111 27 0 23 307 75 63
Binary 110111 10011110 11001110 1001001 10111 0 10011 11000111 111101 110011

Color Harmonies of #379ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ECE

Black with #379ECE

Text Example


Text Example

White with #379ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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