Html Css Color HEX #379DDF Summer Sky

📋 copy color: '#379DDF'

red 55 ◦ green 157 ◦ blue 223

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

Shades of Summer Sky #379DDF

Tints of Summer Sky #379DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

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

R = 12.64%
G = 36.09%
B = 51.26%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#379DDF (or 0x379DDF) is known color: Summer Sky. HEX triplet: 37, 9D and DF. RGB value is (55,157,223). Sum of RGB (Red+Green+Blue) = 55+157+223=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #379DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DDF is #C86220. Grayscale: #858585. Windows color (decimal): -13132321 or 14654775. OLE color: 14654775.

HSL color Cylindrical-coordinate representation of color #379DDF: hue angle of 203.57º 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 #379DDF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 157 223 -
CMYK 0.75 0.30 0 0.13
HSL 203.57º 0.72% 0.55% -
HSV(B) 203.57º 0.75% 0.87% -
XYZ 26.95 30.25 74.23 -
YUV 134.03 178.21 71.63 -
System Red Green Blue C M Y K H S L
Decimal 55 157 223 0.75 0.30 0 0.13 203.57 0.72 0.55
Hex 37 9D DF 4B 1E 0 D CC 48 37
Octal 67 235 337 113 36 0 15 314 110 67
Binary 110111 10011101 11011111 1001011 11110 0 1101 11001100 1001000 110111

Color Harmonies of #379DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DDF

Black with #379DDF

Text Example


Text Example

White with #379DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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