Html Css Color HEX #379ECF Summer Sky

📋 copy color: '#379ECF'

red 55 ◦ green 158 ◦ blue 207

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

Shades of Summer Sky #379ECF

Tints of Summer Sky #379ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 13.1%
G = 37.62%
B = 49.29%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#379ECF (or 0x379ECF) is known color: Summer Sky. HEX triplet: 37, 9E and CF. RGB value is (55,158,207). Sum of RGB (Red+Green+Blue) = 55+158+207=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #379ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ECF is #C86130. Grayscale: #848484. Windows color (decimal): -13132081 or 13606455. OLE color: 13606455.

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

Color convert

RGB 55 158 207 -
CMYK 0.73 0.24 0 0.19
HSL 199.34º 0.61% 0.51% -
HSV(B) 199.34º 0.73% 0.81% -
XYZ 25.06 29.77 63.46 -
YUV 132.79 169.88 72.52 -
System Red Green Blue C M Y K H S L
Decimal 55 158 207 0.73 0.24 0 0.19 199.34 0.61 0.51
Hex 37 9E CF 49 18 0 13 C7 3D 33
Octal 67 236 317 111 30 0 23 307 75 63
Binary 110111 10011110 11001111 1001001 11000 0 10011 11000111 111101 110011

Color Harmonies of #379ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ECF

Black with #379ECF

Text Example


Text Example

White with #379ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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