#3297CA

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

Shades of Curious Blue #3297CA

Tints of Curious Blue #3297CA

Color information

#3297CA (or 0x3297CA) is unknown color: approx Curious Blue. HEX triplet: 32, 97 and CA. RGB value is (50,151,202). Sum of RGB (Red+Green+Blue) = 50+151+202=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #3297CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3297CA is #CD6835. Grayscale: #7E7E7E. Windows color (decimal): -13461558 or 13276978. OLE color: 13276978.

HSL color Cylindrical-coordinate representation of color #3297CA: hue angle of 200.13º 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 #3297CA is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50151202-
CMYK0.750.2500.21
HSL200.13º60.32%49.41%-
HSV(B)200.13º75.25%79.22%-
XYZ23.0427.0859.89-
YUV126.62170.5473.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.41%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=12.41%
G=37.47%
B=50.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501512020.750.2500.21200.1360.3249.41
Hex3297CA4B19015c83c31
Octal62227312113310253107461
Binary110010100101111100101010010111100101010111001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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