Html Css Color HEX #423684 Dark Slate Blue

📋 copy color: '#423684'

red 66 ◦ green 54 ◦ blue 132

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

Shades of Dark Slate Blue #423684

Tints of Dark Slate Blue #423684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 132 (51.95% from 255) = 52.38%

R = 26.19%
G = 21.43%
B = 52.38%

CMYK

 C value IS 0.5

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423684 (or 0x423684) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 84. RGB value is (66,54,132). Sum of RGB (Red+Green+Blue) = 66+54+132=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #423684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423684 is #BDC97B. Grayscale: #424242. Windows color (decimal): -12437884 or 8664642. OLE color: 8664642.

HSL color Cylindrical-coordinate representation of color #423684: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423684 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 54 132 -
CMYK 0.5 0.59 0 0.48
HSL 249.23º 0.42% 0.36% -
HSV(B) 249.23º 0.59% 0.52% -
XYZ 7.73 5.46 22.48 -
YUV 66.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 66 54 132 0.5 0.59 0 0.48 249.23 0.42 0.36
Hex 42 36 84 32 3B 0 30 F9 2A 24
Octal 102 66 204 62 73 0 60 371 52 44
Binary 1000010 110110 10000100 110010 111011 0 110000 11111001 101010 100100

Color Harmonies of #423684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423684

Black with #423684

Text Example


Text Example

White with #423684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423684; }

 p { color: rgb(66,54,132); }

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

background-color css

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

 a { background-color: rgb(66,54,132); }

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

border-color css

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

 span { border-color: rgb(66,54,132); }

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