#452C6D

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

Shades of Blue Diamond #452C6D

Tints of Blue Diamond #452C6D

Color information

#452C6D (or 0x452C6D) is unknown color: approx Blue Diamond. HEX triplet: 45, 2C and 6D. RGB value is (69,44,109). Sum of RGB (Red+Green+Blue) = 69+44+109=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #452C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C6D is #BAD392. Grayscale: #3A3A3A. Windows color (decimal): -12243859 or 7154757. OLE color: 7154757.

HSL color Cylindrical-coordinate representation of color #452C6D: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452C6D is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6944109-
CMYK0.370.6000.57
HSL263.08º42.48%30%-
HSV(B)263.08º59.63%42.75%-
XYZ6.124.1714.95-
YUV58.89156.28135.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=31.08%
G=19.82%
B=49.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69441090.370.6000.57263.0842.4830
Hex452C6D253C0391072a1e
Octal1055415545740714075236
Binary10001011011001101101100101111100011100110000011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,109); }

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

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

 a { background-color: rgb(69,44,109); }

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

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

 span { border-color: rgb(69,44,109); }

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