#452A98

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

Shades of Blue Gem #452A98

Tints of Blue Gem #452A98

Color information

#452A98 (or 0x452A98) is unknown color: approx Blue Gem. HEX triplet: 45, 2A and 98. RGB value is (69,42,152). Sum of RGB (Red+Green+Blue) = 69+42+152=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #452A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452A98 is #BAD567. Grayscale: #3E3E3E. Windows color (decimal): -12244328 or 9972293. OLE color: 9972293.

HSL color Cylindrical-coordinate representation of color #452A98: hue angle of 254.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452A98 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6942152-
CMYK0.550.7200.40
HSL254.73º56.7%38.04%-
HSV(B)254.73º72.37%59.61%-
XYZ8.955.1930.24-
YUV62.61178.45132.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 152 (59.77% from 255) = 57.79%
R=26.24%
G=15.97%
B=57.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69421520.550.7200.40254.7356.738.04
Hex452A983748028ff3926
Octal10552230671100503777146
Binary1000101101010100110001101111001000010100011111111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452A98; }

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

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

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

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

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

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

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

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