Html Css Color HEX #453B8B Dark Slate Blue

📋 copy color: '#453B8B'

red 69 ◦ green 59 ◦ blue 139

#453B8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #453B8B

Tints of Dark Slate Blue #453B8B

RGB

 RED value IS 69 (27.34% from 255) = 25.84%

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 25.84%
G = 22.1%
B = 52.06%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#453B8B (or 0x453B8B) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 8B. RGB value is (69,59,139). Sum of RGB (Red+Green+Blue) = 69+59+139=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #453B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B8B is #BAC474. Grayscale: #464646. Windows color (decimal): -12239989 or 9124677. OLE color: 9124677.

HSL color Cylindrical-coordinate representation of color #453B8B: hue angle of 247.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453B8B is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 59 139 -
CMYK 0.50 0.58 0 0.45
HSL 247.5º 0.4% 0.39% -
HSV(B) 247.5º 0.58% 0.55% -
XYZ 8.68 6.26 25.18 -
YUV 71.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 69 59 139 0.50 0.58 0 0.45 247.5 0.4 0.39
Hex 45 3B 8B 32 3A 0 2D F8 28 27
Octal 105 73 213 62 72 0 55 370 50 47
Binary 1000101 111011 10001011 110010 111010 0 101101 11111000 101000 100111

Color Harmonies of #453B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B8B

Black with #453B8B

Text Example


Text Example

White with #453B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453B8B; }

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

 H1.HeaderClassName
 {
   color: #453B8B;
 }
 .AnyTagClassName
 {
   color: #453B8B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #453B8B;
 }
 .BgClassName
 {
   background-color: #453B8B;
 }
</style>

border-color css

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

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

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