#403297

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

Shades of Blue Gem #403297

Tints of Blue Gem #403297

Color information

#403297 (or 0x403297) is unknown color: approx Blue Gem. HEX triplet: 40, 32 and 97. RGB value is (64,50,151). Sum of RGB (Red+Green+Blue) = 64+50+151=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #403297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403297 is #BFCD68. Grayscale: #414141. Windows color (decimal): -12569961 or 9908800. OLE color: 9908800.

HSL color Cylindrical-coordinate representation of color #403297: hue angle of 248.32º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403297 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6450151-
CMYK0.580.6700.41
HSL248.32º50.25%39.41%-
HSV(B)248.32º66.89%59.22%-
XYZ8.845.6129.89-
YUV65.7176.14126.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=24.15%
G=18.87%
B=56.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64501510.580.6700.41248.3250.2539.41
Hex4032973A43029f83227
Octal10062227721030513706247
Binary1000000110010100101111110101000011010100111111000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403297; }

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

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

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

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

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

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

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

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