#453398

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

Shades of Blue Gem #453398

Tints of Blue Gem #453398

Color information

#453398 (or 0x453398) is unknown color: approx Blue Gem. HEX triplet: 45, 33 and 98. RGB value is (69,51,152). Sum of RGB (Red+Green+Blue) = 69+51+152=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #453398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453398 is #BACC67. Grayscale: #434343. Windows color (decimal): -12242024 or 9974597. OLE color: 9974597.

HSL color Cylindrical-coordinate representation of color #453398: hue angle of 250.69º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453398 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6951152-
CMYK0.550.6600.40
HSL250.69º49.75%39.8%-
HSV(B)250.69º66.45%59.61%-
XYZ9.315.930.35-
YUV67.9175.46128.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 152 (59.77% from 255) = 55.88%
R=25.37%
G=18.75%
B=55.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69511520.550.6600.40250.6949.7539.8
Hex4533983742028fb3228
Octal10563230671020503736250
Binary1000101110011100110001101111000010010100011111011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453398; }

 p { color: rgb(69,51,152); }

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

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

 a { background-color: rgb(69,51,152); }

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

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

 span { border-color: rgb(69,51,152); }

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