Html Css Color HEX #379FDD Summer Sky

📋 copy color: '#379FDD'

red 55 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #379FDD

Tints of Summer Sky #379FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

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

R = 12.64%
G = 36.55%
B = 50.8%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#379FDD (or 0x379FDD) is known color: Summer Sky. HEX triplet: 37, 9F and DD. RGB value is (55,159,221). Sum of RGB (Red+Green+Blue) = 55+159+221=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #379FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FDD is #C86022. Grayscale: #868686. Windows color (decimal): -13131811 or 14524215. OLE color: 14524215.

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

Color convert

RGB 55 159 221 -
CMYK 0.75 0.28 0 0.13
HSL 202.41º 0.71% 0.54% -
HSV(B) 202.41º 0.75% 0.87% -
XYZ 27.02 30.83 72.93 -
YUV 134.97 176.54 70.96 -
System Red Green Blue C M Y K H S L
Decimal 55 159 221 0.75 0.28 0 0.13 202.41 0.71 0.54
Hex 37 9F DD 4B 1C 0 D CA 47 36
Octal 67 237 335 113 34 0 15 312 107 66
Binary 110111 10011111 11011101 1001011 11100 0 1101 11001010 1000111 110110

Color Harmonies of #379FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FDD

Black with #379FDD

Text Example


Text Example

White with #379FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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