Html Css Color HEX #3296DB Summer Sky

📋 copy color: '#3296DB'

red 50 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #3296DB

Tints of Summer Sky #3296DB

RGB

 RED value IS 50 (19.92% from 255) = 11.93%

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 11.93%
G = 35.8%
B = 52.27%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3296DB (or 0x3296DB) is known color: Summer Sky. HEX triplet: 32, 96 and DB. RGB value is (50,150,219). Sum of RGB (Red+Green+Blue) = 50+150+219=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #3296DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296DB is #CD6924. Grayscale: #7F7F7F. Windows color (decimal): -13461797 or 14390834. OLE color: 14390834.

HSL color Cylindrical-coordinate representation of color #3296DB: hue angle of 204.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3296DB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 150 219 -
CMYK 0.77 0.32 0 0.14
HSL 204.5º 0.7% 0.53% -
HSV(B) 204.5º 0.77% 0.86% -
XYZ 25.01 27.61 71.03 -
YUV 127.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 50 150 219 0.77 0.32 0 0.14 204.5 0.7 0.53
Hex 32 96 DB 4D 20 0 E CC 46 35
Octal 62 226 333 115 40 0 16 314 106 65
Binary 110010 10010110 11011011 1001101 100000 0 1110 11001100 1000110 110101

Color Harmonies of #3296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3296DB

Black with #3296DB

Text Example


Text Example

White with #3296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3296DB; }

 p { color: rgb(50,150,219); }

 H1.HeaderClassName
 {
   color: #3296DB;
 }
 .AnyTagClassName
 {
   color: #3296DB;
 }
</style>

background-color css

<style>
 a { background-color: #3296DB; }

 a { background-color: rgb(50,150,219); }

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

border-color css

<style>
 span { border-color: #3296DB; }

 span { border-color: rgb(50,150,219); }

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