#452B8A

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

Shades of Blue Gem #452B8A

Tints of Blue Gem #452B8A

Color information

#452B8A (or 0x452B8A) is unknown color: approx Blue Gem. HEX triplet: 45, 2B and 8A. RGB value is (69,43,138). Sum of RGB (Red+Green+Blue) = 69+43+138=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #452B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452B8A is #BAD475. Grayscale: #3D3D3D. Windows color (decimal): -12244086 or 9055045. OLE color: 9055045.

HSL color Cylindrical-coordinate representation of color #452B8A: hue angle of 256.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #452B8A is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6943138-
CMYK0.50.6900.46
HSL256.42º52.49%35.49%-
HSV(B)256.42º68.84%54.12%-
XYZ7.914.8324.56-
YUV61.6171.11133.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 138 (54.30% from 255) = 55.2%
R=27.6%
G=17.2%
B=55.2%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69431380.50.6900.46256.4252.4935.49
Hex452B8A324502E1003423
Octal10553212621050564006443
Binary10001011010111000101011001010001010101110100000000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,43,138); }

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

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

 a { background-color: rgb(69,43,138); }

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

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

 span { border-color: rgb(69,43,138); }

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