Html Css Color HEX #3296DD Summer Sky

📋 copy color: '#3296DD'

red 50 ◦ green 150 ◦ blue 221

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

Shades of Summer Sky #3296DD

Tints of Summer Sky #3296DD

RGB

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

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

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

R = 11.88%
G = 35.63%
B = 52.49%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3296DD (or 0x3296DD) is known color: Summer Sky. HEX triplet: 32, 96 and DD. RGB value is (50,150,221). Sum of RGB (Red+Green+Blue) = 50+150+221=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #3296DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296DD is #CD6922. Grayscale: #7F7F7F. Windows color (decimal): -13461795 or 14521906. OLE color: 14521906.

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

Color convert

RGB 50 150 221 -
CMYK 0.77 0.32 0 0.13
HSL 204.91º 0.72% 0.53% -
HSV(B) 204.91º 0.77% 0.87% -
XYZ 25.27 27.71 72.42 -
YUV 128.19 180.37 72.23 -
System Red Green Blue C M Y K H S L
Decimal 50 150 221 0.77 0.32 0 0.13 204.91 0.72 0.53
Hex 32 96 DD 4D 20 0 D CD 48 35
Octal 62 226 335 115 40 0 15 315 110 65
Binary 110010 10010110 11011101 1001101 100000 0 1101 11001101 1001000 110101

Color Harmonies of #3296DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3296DD

Black with #3296DD

Text Example


Text Example

White with #3296DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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