Html Css Color HEX #453B90 Dark Slate Blue

📋 copy color: '#453B90'

red 69 ◦ green 59 ◦ blue 144

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

Shades of Dark Slate Blue #453B90

Tints of Dark Slate Blue #453B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 25.37%
G = 21.69%
B = 52.94%

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

#453B90 (or 0x453B90) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 90. RGB value is (69,59,144). Sum of RGB (Red+Green+Blue) = 69+59+144=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #453B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B90 is #BAC46F. Grayscale: #474747. Windows color (decimal): -12239984 or 9452357. OLE color: 9452357.

HSL color Cylindrical-coordinate representation of color #453B90: hue angle of 247.06º 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 #453B90 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 59 144 -
CMYK 0.52 0.59 0 0.44
HSL 247.06º 0.42% 0.4% -
HSV(B) 247.06º 0.59% 0.56% -
XYZ 9.05 6.41 27.15 -
YUV 71.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 69 59 144 0.52 0.59 0 0.44 247.06 0.42 0.4
Hex 45 3B 90 34 3B 0 2C F7 2A 28
Octal 105 73 220 64 73 0 54 367 52 50
Binary 1000101 111011 10010000 110100 111011 0 101100 11110111 101010 101000

Color Harmonies of #453B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B90

Black with #453B90

Text Example


Text Example

White with #453B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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