Html Css Color HEX #434495 Dark Slate Blue

📋 copy color: '#434495'

red 67 ◦ green 68 ◦ blue 149

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

Shades of Dark Slate Blue #434495

Tints of Dark Slate Blue #434495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 23.59%
G = 23.94%
B = 52.46%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434495 (or 0x434495) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 95. RGB value is (67,68,149). Sum of RGB (Red+Green+Blue) = 67+68+149=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #434495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434495 is #BCBB6A. Grayscale: #4C4C4C. Windows color (decimal): -12368747 or 9782339. OLE color: 9782339.

HSL color Cylindrical-coordinate representation of color #434495: hue angle of 239.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434495 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 68 149 -
CMYK 0.55 0.54 0 0.42
HSL 239.27º 0.38% 0.42% -
HSV(B) 239.27º 0.55% 0.58% -
XYZ 9.81 7.5 29.36 -
YUV 76.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 67 68 149 0.55 0.54 0 0.42 239.27 0.38 0.42
Hex 43 44 95 37 36 0 2A EF 26 2A
Octal 103 104 225 67 66 0 52 357 46 52
Binary 1000011 1000100 10010101 110111 110110 0 101010 11101111 100110 101010

Color Harmonies of #434495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434495

Black with #434495

Text Example


Text Example

White with #434495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434495; }

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

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

background-color css

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

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

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

border-color css

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

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

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