#45368B

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

Shades of Dark Slate Blue #45368B

Tints of Dark Slate Blue #45368B

Color information

#45368B (or 0x45368B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 36 and 8B. RGB value is (69,54,139). Sum of RGB (Red+Green+Blue) = 69+54+139=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #45368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45368B is #BAC974. Grayscale: #434343. Windows color (decimal): -12241269 or 9123397. OLE color: 9123397.

HSL color Cylindrical-coordinate representation of color #45368B: hue angle of 250.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45368B is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6954139-
CMYK0.500.6100.45
HSL250.59º44.04%37.84%-
HSV(B)250.59º61.15%54.51%-
XYZ8.435.7725.09-
YUV68.18167.97128.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=26.34%
G=20.61%
B=53.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69541390.500.6100.45250.5944.0437.84
Hex45368B323D02Dfb2c26
Octal1056621362750553735446
Binary100010111011010001011110010111101010110111111011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45368B; }

 p { color: rgb(69,54,139); }

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

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

 a { background-color: rgb(69,54,139); }

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

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

 span { border-color: rgb(69,54,139); }

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