#452368

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

Shades of Blue Diamond #452368

Tints of Blue Diamond #452368

Color information

#452368 (or 0x452368) is unknown color: approx Blue Diamond. HEX triplet: 45, 23 and 68. RGB value is (69,35,104). Sum of RGB (Red+Green+Blue) = 69+35+104=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #452368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452368 is #BADC97. Grayscale: #343434. Windows color (decimal): -12246168 or 6824773. OLE color: 6824773.

HSL color Cylindrical-coordinate representation of color #452368: hue angle of 269.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452368 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6935104-
CMYK0.340.6600.59
HSL269.57º49.64%27.25%-
HSV(B)269.57º66.35%40.78%-
XYZ5.553.4713.47-
YUV53.03156.76139.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 104 (41.02% from 255) = 50%
R=33.17%
G=16.83%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69351040.340.6600.59269.5749.6427.25
Hex452368224203B10e321b
Octal10543150421020734166233
Binary100010110001111010001000101000010011101110000111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452368; }

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

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

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

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

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

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

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

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