Html Css Color HEX #423588 Dark Slate Blue

📋 copy color: '#423588'

red 66 ◦ green 53 ◦ blue 136

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

Shades of Dark Slate Blue #423588

Tints of Dark Slate Blue #423588

RGB

 RED value IS 66 (26.17% from 255) = 25.88%

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 25.88%
G = 20.78%
B = 53.33%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423588 (or 0x423588) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 88. RGB value is (66,53,136). Sum of RGB (Red+Green+Blue) = 66+53+136=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #423588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423588 is #BDCA77. Grayscale: #424242. Windows color (decimal): -12438136 or 8926530. OLE color: 8926530.

HSL color Cylindrical-coordinate representation of color #423588: hue angle of 249.4º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423588 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 53 136 -
CMYK 0.51 0.61 0 0.47
HSL 249.4º 0.44% 0.37% -
HSV(B) 249.4º 0.61% 0.53% -
XYZ 7.96 5.48 23.93 -
YUV 66.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 66 53 136 0.51 0.61 0 0.47 249.4 0.44 0.37
Hex 42 35 88 33 3D 0 2F F9 2C 25
Octal 102 65 210 63 75 0 57 371 54 45
Binary 1000010 110101 10001000 110011 111101 0 101111 11111001 101100 100101

Color Harmonies of #423588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423588

Black with #423588

Text Example


Text Example

White with #423588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423588; }

 p { color: rgb(66,53,136); }

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

background-color css

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

 a { background-color: rgb(66,53,136); }

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

border-color css

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

 span { border-color: rgb(66,53,136); }

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