Html Css Color HEX #434790 Dark Slate Blue

📋 copy color: '#434790'

red 67 ◦ green 71 ◦ blue 144

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

Shades of Dark Slate Blue #434790

Tints of Dark Slate Blue #434790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 23.76%
G = 25.18%
B = 51.06%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#434790 (or 0x434790) is known color: Dark Slate Blue. HEX triplet: 43, 47 and 90. RGB value is (67,71,144). Sum of RGB (Red+Green+Blue) = 67+71+144=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #434790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434790 is #BCB86F. Grayscale: #4D4D4D. Windows color (decimal): -12367984 or 9455427. OLE color: 9455427.

HSL color Cylindrical-coordinate representation of color #434790: hue angle of 236.88º 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 #434790 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 71 144 -
CMYK 0.53 0.51 0 0.44
HSL 236.88º 0.36% 0.41% -
HSV(B) 236.88º 0.53% 0.56% -
XYZ 9.6 7.71 27.37 -
YUV 78.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 67 71 144 0.53 0.51 0 0.44 236.88 0.36 0.41
Hex 43 47 90 35 33 0 2C ED 24 29
Octal 103 107 220 65 63 0 54 355 44 51
Binary 1000011 1000111 10010000 110101 110011 0 101100 11101101 100100 101001

Color Harmonies of #434790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434790

Black with #434790

Text Example


Text Example

White with #434790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434790; }

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

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

background-color css

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

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

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

border-color css

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

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

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