#452372

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

Shades of Blue Diamond #452372

Tints of Blue Diamond #452372

Color information

#452372 (or 0x452372) is unknown color: approx Blue Diamond. HEX triplet: 45, 23 and 72. RGB value is (69,35,114). Sum of RGB (Red+Green+Blue) = 69+35+114=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #452372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452372 is #BADC8D. Grayscale: #353535. Windows color (decimal): -12246158 or 7480133. OLE color: 7480133.

HSL color Cylindrical-coordinate representation of color #452372: hue angle of 265.82º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #452372 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6935114-
CMYK0.390.6900.55
HSL265.82º53.02%29.22%-
HSV(B)265.82º69.3%44.71%-
XYZ6.093.6816.31-
YUV54.17161.76138.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=31.65%
G=16.06%
B=52.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69351140.390.6900.55265.8253.0229.22
Hex452372274503710a351d
Octal10543162471050674126535
Binary100010110001111100101001111000101011011110000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452372; }

 p { color: rgb(69,35,114); }

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

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

 a { background-color: rgb(69,35,114); }

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

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

 span { border-color: rgb(69,35,114); }

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