#3297CC

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

Shades of Curious Blue #3297CC

Tints of Curious Blue #3297CC

Color information

#3297CC (or 0x3297CC) is unknown color: approx Curious Blue. HEX triplet: 32, 97 and CC. RGB value is (50,151,204). Sum of RGB (Red+Green+Blue) = 50+151+204=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #3297CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3297CC is #CD6833. Grayscale: #7E7E7E. Windows color (decimal): -13461556 or 13408050. OLE color: 13408050.

HSL color Cylindrical-coordinate representation of color #3297CC: hue angle of 200.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3297CC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50151204-
CMYK0.750.2600.2
HSL200.65º60.63%49.8%-
HSV(B)200.65º75.49%80%-
XYZ23.2827.1761.14-
YUV126.84171.5473.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.35%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=12.35%
G=37.28%
B=50.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501512040.750.2600.2200.6560.6349.8
Hex3297CC4B1A014c93d32
Octal62227314113320243117562
Binary110010100101111100110010010111101001010011001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3297CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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