Html Css Color HEX #434392 Dark Slate Blue

📋 copy color: '#434392'

red 67 ◦ green 67 ◦ blue 146

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

Shades of Dark Slate Blue #434392

Tints of Dark Slate Blue #434392

RGB

 RED value IS 67 (26.56% from 255) = 23.93%

 GREEN value IS 67 (26.56% from 255) = 23.93%

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 23.93%
G = 23.93%
B = 52.14%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#434392 (or 0x434392) is known color: Dark Slate Blue. HEX triplet: 43, 43 and 92. RGB value is (67,67,146). Sum of RGB (Red+Green+Blue) = 67+67+146=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #434392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434392 is #BCBC6D. Grayscale: #4B4B4B. Windows color (decimal): -12369006 or 9585475. OLE color: 9585475.

HSL color Cylindrical-coordinate representation of color #434392: hue angle of 240º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434392 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 67 146 -
CMYK 0.54 0.54 0 0.43
HSL 240º 0.37% 0.42% -
HSV(B) 240º 0.54% 0.57% -
XYZ 9.51 7.28 28.1 -
YUV 76.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 67 67 146 0.54 0.54 0 0.43 240 0.37 0.42
Hex 43 43 92 36 36 0 2B F0 25 2A
Octal 103 103 222 66 66 0 53 360 45 52
Binary 1000011 1000011 10010010 110110 110110 0 101011 11110000 100101 101010

Color Harmonies of #434392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434392

Black with #434392

Text Example


Text Example

White with #434392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434392; }

 p { color: rgb(67,67,146); }

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

background-color css

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

 a { background-color: rgb(67,67,146); }

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

border-color css

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

 span { border-color: rgb(67,67,146); }

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