Html Css Color HEX #434494 Dark Slate Blue

📋 copy color: '#434494'

red 67 ◦ green 68 ◦ blue 148

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

Shades of Dark Slate Blue #434494

Tints of Dark Slate Blue #434494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 23.67%
G = 24.03%
B = 52.3%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434494 (or 0x434494) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 94. RGB value is (67,68,148). Sum of RGB (Red+Green+Blue) = 67+68+148=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #434494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434494 is #BCBB6B. Grayscale: #4C4C4C. Windows color (decimal): -12368748 or 9716803. OLE color: 9716803.

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

Color convert

RGB 67 68 148 -
CMYK 0.55 0.54 0 0.42
HSL 239.26º 0.38% 0.42% -
HSV(B) 239.26º 0.55% 0.58% -
XYZ 9.73 7.47 28.95 -
YUV 76.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 67 68 148 0.55 0.54 0 0.42 239.26 0.38 0.42
Hex 43 44 94 37 36 0 2A EF 26 2A
Octal 103 104 224 67 66 0 52 357 46 52
Binary 1000011 1000100 10010100 110111 110110 0 101010 11101111 100110 101010

Color Harmonies of #434494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434494

Black with #434494

Text Example


Text Example

White with #434494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434494; }

 p { color: rgb(67,68,148); }

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

background-color css

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

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

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

border-color css

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

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

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