#453885

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

Shades of Dark Slate Blue #453885

Tints of Dark Slate Blue #453885

Color information

#453885 (or 0x453885) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 85. RGB value is (69,56,133). Sum of RGB (Red+Green+Blue) = 69+56+133=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #453885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453885 is #BAC77A. Grayscale: #444444. Windows color (decimal): -12240763 or 8730693. OLE color: 8730693.

HSL color Cylindrical-coordinate representation of color #453885: hue angle of 250.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453885 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6956133-
CMYK0.480.5800.48
HSL250.13º40.74%37.06%-
HSV(B)250.13º57.89%52.16%-
XYZ8.15.7922.88-
YUV68.67164.31128.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=26.74%
G=21.71%
B=51.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69561330.480.5800.48250.1340.7437.06
Hex453885303A030fa2925
Octal1057020560720603725145
Binary100010111100010000101110000111010011000011111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453885; }

 p { color: rgb(69,56,133); }

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

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

 a { background-color: rgb(69,56,133); }

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

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

 span { border-color: rgb(69,56,133); }

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