Html Css Color HEX #434291 Dark Slate Blue

📋 copy color: '#434291'

red 67 ◦ green 66 ◦ blue 145

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

Shades of Dark Slate Blue #434291

Tints of Dark Slate Blue #434291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 24.1%
G = 23.74%
B = 52.16%

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

#434291 (or 0x434291) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 91. RGB value is (67,66,145). Sum of RGB (Red+Green+Blue) = 67+66+145=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #434291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434291 is #BCBD6E. Grayscale: #4A4A4A. Windows color (decimal): -12369263 or 9519683. OLE color: 9519683.

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

Color convert

RGB 67 66 145 -
CMYK 0.54 0.54 0 0.43
HSL 240.76º 0.37% 0.41% -
HSV(B) 240.76º 0.54% 0.57% -
XYZ 9.37 7.13 27.67 -
YUV 75.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 67 66 145 0.54 0.54 0 0.43 240.76 0.37 0.41
Hex 43 42 91 36 36 0 2B F1 25 29
Octal 103 102 221 66 66 0 53 361 45 51
Binary 1000011 1000010 10010001 110110 110110 0 101011 11110001 100101 101001

Color Harmonies of #434291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434291

Black with #434291

Text Example


Text Example

White with #434291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434291; }

 p { color: rgb(67,66,145); }

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

background-color css

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

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

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

border-color css

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

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

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