Html Css Color HEX #379ECB Summer Sky

📋 copy color: '#379ECB'

red 55 ◦ green 158 ◦ blue 203

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

Shades of Summer Sky #379ECB

Tints of Summer Sky #379ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 13.22%
G = 37.98%
B = 48.8%

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

#379ECB (or 0x379ECB) is known color: Summer Sky. HEX triplet: 37, 9E and CB. RGB value is (55,158,203). Sum of RGB (Red+Green+Blue) = 55+158+203=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #379ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ECB is #C86134. Grayscale: #848484. Windows color (decimal): -13132085 or 13344311. OLE color: 13344311.

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

Color convert

RGB 55 158 203 -
CMYK 0.73 0.22 0 0.20
HSL 198.24º 0.59% 0.51% -
HSV(B) 198.24º 0.73% 0.8% -
XYZ 24.58 29.58 60.91 -
YUV 132.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 55 158 203 0.73 0.22 0 0.20 198.24 0.59 0.51
Hex 37 9E CB 49 16 0 14 C6 3B 33
Octal 67 236 313 111 26 0 24 306 73 63
Binary 110111 10011110 11001011 1001001 10110 0 10100 11000110 111011 110011

Color Harmonies of #379ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ECB

Black with #379ECB

Text Example


Text Example

White with #379ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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