#452595

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

Shades of Blue Gem #452595

Tints of Blue Gem #452595

Color information

#452595 (or 0x452595) is unknown color: approx Blue Gem. HEX triplet: 45, 25 and 95. RGB value is (69,37,149). Sum of RGB (Red+Green+Blue) = 69+37+149=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #452595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452595 is #BADA6A. Grayscale: #3A3A3A. Windows color (decimal): -12245611 or 9774405. OLE color: 9774405.

HSL color Cylindrical-coordinate representation of color #452595: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452595 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6937149-
CMYK0.540.7500.42
HSL257.14º60.22%36.47%-
HSV(B)257.14º75.17%58.43%-
XYZ8.544.7628.9-
YUV59.34178.6134.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=27.06%
G=14.51%
B=58.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69371490.540.7500.42257.1460.2236.47
Hex452595364B02A1013c24
Octal10545225661130524017444
Binary10001011001011001010111011010010110101010100000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452595; }

 p { color: rgb(69,37,149); }

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

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

 a { background-color: rgb(69,37,149); }

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

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

 span { border-color: rgb(69,37,149); }

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