Html Css Color HEX #379EDF Summer Sky

📋 copy color: '#379EDF'

red 55 ◦ green 158 ◦ blue 223

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

Shades of Summer Sky #379EDF

Tints of Summer Sky #379EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 12.61%
G = 36.24%
B = 51.15%

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

#379EDF (or 0x379EDF) is known color: Summer Sky. HEX triplet: 37, 9E and DF. RGB value is (55,158,223). Sum of RGB (Red+Green+Blue) = 55+158+223=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #379EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EDF is #C86120. Grayscale: #868686. Windows color (decimal): -13132065 or 14655031. OLE color: 14655031.

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

Color convert

RGB 55 158 223 -
CMYK 0.75 0.29 0 0.13
HSL 203.21º 0.72% 0.55% -
HSV(B) 203.21º 0.75% 0.87% -
XYZ 27.12 30.59 74.29 -
YUV 134.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 55 158 223 0.75 0.29 0 0.13 203.21 0.72 0.55
Hex 37 9E DF 4B 1D 0 D CB 48 37
Octal 67 236 337 113 35 0 15 313 110 67
Binary 110111 10011110 11011111 1001011 11101 0 1101 11001011 1001000 110111

Color Harmonies of #379EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EDF

Black with #379EDF

Text Example


Text Example

White with #379EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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