Html Css Color HEX #434490 Dark Slate Blue

📋 copy color: '#434490'

red 67 ◦ green 68 ◦ blue 144

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

Shades of Dark Slate Blue #434490

Tints of Dark Slate Blue #434490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 24.01%
G = 24.37%
B = 51.61%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#434490 (or 0x434490) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 90. RGB value is (67,68,144). Sum of RGB (Red+Green+Blue) = 67+68+144=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #434490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434490 is #BCBB6F. Grayscale: #4C4C4C. Windows color (decimal): -12368752 or 9454659. OLE color: 9454659.

HSL color Cylindrical-coordinate representation of color #434490: hue angle of 239.22º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434490 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 68 144 -
CMYK 0.53 0.53 0 0.44
HSL 239.22º 0.36% 0.41% -
HSV(B) 239.22º 0.53% 0.56% -
XYZ 9.42 7.34 27.31 -
YUV 76.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 67 68 144 0.53 0.53 0 0.44 239.22 0.36 0.41
Hex 43 44 90 35 35 0 2C EF 24 29
Octal 103 104 220 65 65 0 54 357 44 51
Binary 1000011 1000100 10010000 110101 110101 0 101100 11101111 100100 101001

Color Harmonies of #434490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434490

Black with #434490

Text Example


Text Example

White with #434490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434490; }

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

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

background-color css

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

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

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

border-color css

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

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

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