#3296CA

Color #3296CA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3296CA

Tints of Curious Blue #3296CA

Color information

#3296CA (or 0x3296CA) is unknown color: approx Curious Blue. HEX triplet: 32, 96 and CA. RGB value is (50,150,202). Sum of RGB (Red+Green+Blue) = 50+150+202=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3296CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296CA is #CD6935. Grayscale: #7D7D7D. Windows color (decimal): -13461814 or 13276722. OLE color: 13276722.

HSL color Cylindrical-coordinate representation of color #3296CA: hue angle of 200.53º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3296CA is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50150202-
CMYK0.750.2600.21
HSL200.53º60.32%49.41%-
HSV(B)200.53º75.25%79.22%-
XYZ22.8826.7659.84-
YUV126.03170.8773.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.44%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=12.44%
G=37.31%
B=50.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501502020.750.2600.21200.5360.3249.41
Hex3296CA4B1A015c93c31
Octal62226312113320253117461
Binary110010100101101100101010010111101001010111001001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3296CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3296CA;
 }
 .AnyTagClassName
 {
   color: #3296CA;
 }
</style>
background-color css

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

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

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

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

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

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