Html Css Color HEX #379EDD Summer Sky

📋 copy color: '#379EDD'

red 55 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #379EDD

Tints of Summer Sky #379EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 12.67%
G = 36.41%
B = 50.92%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#379EDD (or 0x379EDD) is known color: Summer Sky. HEX triplet: 37, 9E and DD. RGB value is (55,158,221). Sum of RGB (Red+Green+Blue) = 55+158+221=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #379EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EDD is #C86122. Grayscale: #868686. Windows color (decimal): -13132067 or 14523959. OLE color: 14523959.

HSL color Cylindrical-coordinate representation of color #379EDD: hue angle of 202.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379EDD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 158 221 -
CMYK 0.75 0.29 0 0.13
HSL 202.77º 0.71% 0.54% -
HSV(B) 202.77º 0.75% 0.87% -
XYZ 26.85 30.49 72.88 -
YUV 134.39 176.88 71.38 -
System Red Green Blue C M Y K H S L
Decimal 55 158 221 0.75 0.29 0 0.13 202.77 0.71 0.54
Hex 37 9E DD 4B 1D 0 D CB 47 36
Octal 67 236 335 113 35 0 15 313 107 66
Binary 110111 10011110 11011101 1001011 11101 0 1101 11001011 1000111 110110

Color Harmonies of #379EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EDD

Black with #379EDD

Text Example


Text Example

White with #379EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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