Html Css Color HEX #453B8F Dark Slate Blue

📋 copy color: '#453B8F'

red 69 ◦ green 59 ◦ blue 143

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

Shades of Dark Slate Blue #453B8F

Tints of Dark Slate Blue #453B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.77%

R = 25.46%
G = 21.77%
B = 52.77%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#453B8F (or 0x453B8F) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 8F. RGB value is (69,59,143). Sum of RGB (Red+Green+Blue) = 69+59+143=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #453B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B8F is #BAC470. Grayscale: #474747. Windows color (decimal): -12239985 or 9386821. OLE color: 9386821.

HSL color Cylindrical-coordinate representation of color #453B8F: hue angle of 247.14º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453B8F is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 59 143 -
CMYK 0.52 0.59 0 0.44
HSL 247.14º 0.42% 0.4% -
HSV(B) 247.14º 0.59% 0.56% -
XYZ 8.98 6.38 26.74 -
YUV 71.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 69 59 143 0.52 0.59 0 0.44 247.14 0.42 0.4
Hex 45 3B 8F 34 3B 0 2C F7 2A 28
Octal 105 73 217 64 73 0 54 367 52 50
Binary 1000101 111011 10001111 110100 111011 0 101100 11110111 101010 101000

Color Harmonies of #453B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B8F

Black with #453B8F

Text Example


Text Example

White with #453B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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