Html Css Color HEX #434390 Dark Slate Blue

📋 copy color: '#434390'

red 67 ◦ green 67 ◦ blue 144

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

Shades of Dark Slate Blue #434390

Tints of Dark Slate Blue #434390

RGB

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

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

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

R = 24.1%
G = 24.1%
B = 51.8%

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

#434390 (or 0x434390) is known color: Dark Slate Blue. HEX triplet: 43, 43 and 90. RGB value is (67,67,144). Sum of RGB (Red+Green+Blue) = 67+67+144=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #434390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434390 is #BCBC6F. Grayscale: #4B4B4B. Windows color (decimal): -12369008 or 9454403. OLE color: 9454403.

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

Color convert

RGB 67 67 144 -
CMYK 0.53 0.53 0 0.44
HSL 240º 0.36% 0.41% -
HSV(B) 240º 0.53% 0.56% -
XYZ 9.36 7.22 27.29 -
YUV 75.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 67 67 144 0.53 0.53 0 0.44 240 0.36 0.41
Hex 43 43 90 35 35 0 2C F0 24 29
Octal 103 103 220 65 65 0 54 360 44 51
Binary 1000011 1000011 10010000 110101 110101 0 101100 11110000 100100 101001

Color Harmonies of #434390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434390

Black with #434390

Text Example


Text Example

White with #434390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434390; }

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

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

background-color css

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

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

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

border-color css

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

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

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