Html Css Color HEX #434890 Dark Slate Blue

📋 copy color: '#434890'

red 67 ◦ green 72 ◦ blue 144

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

Shades of Dark Slate Blue #434890

Tints of Dark Slate Blue #434890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 23.67%
G = 25.44%
B = 50.88%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#434890 (or 0x434890) is known color: Dark Slate Blue. HEX triplet: 43, 48 and 90. RGB value is (67,72,144). Sum of RGB (Red+Green+Blue) = 67+72+144=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #434890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434890 is #BCB76F. Grayscale: #4E4E4E. Windows color (decimal): -12367728 or 9455683. OLE color: 9455683.

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

Color convert

RGB 67 72 144 -
CMYK 0.53 0.50 0 0.44
HSL 236.1º 0.36% 0.41% -
HSV(B) 236.1º 0.53% 0.56% -
XYZ 9.67 7.84 27.39 -
YUV 78.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 67 72 144 0.53 0.50 0 0.44 236.1 0.36 0.41
Hex 43 48 90 35 32 0 2C EC 24 29
Octal 103 110 220 65 62 0 54 354 44 51
Binary 1000011 1001000 10010000 110101 110010 0 101100 11101100 100100 101001

Color Harmonies of #434890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434890

Black with #434890

Text Example


Text Example

White with #434890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434890; }

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

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

background-color css

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

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

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

border-color css

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

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

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