Html Css Color HEX #434195 Dark Slate Blue

📋 copy color: '#434195'

red 67 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #434195

Tints of Dark Slate Blue #434195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 23.84%
G = 23.13%
B = 53.02%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434195 (or 0x434195) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 95. RGB value is (67,65,149). Sum of RGB (Red+Green+Blue) = 67+65+149=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #434195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434195 is #BCBE6A. Grayscale: #4A4A4A. Windows color (decimal): -12369515 or 9781571. OLE color: 9781571.

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

Color convert

RGB 67 65 149 -
CMYK 0.55 0.56 0 0.42
HSL 241.43º 0.39% 0.42% -
HSV(B) 241.43º 0.56% 0.58% -
XYZ 9.63 7.14 29.31 -
YUV 75.17 169.66 122.17 -
System Red Green Blue C M Y K H S L
Decimal 67 65 149 0.55 0.56 0 0.42 241.43 0.39 0.42
Hex 43 41 95 37 38 0 2A F1 27 2A
Octal 103 101 225 67 70 0 52 361 47 52
Binary 1000011 1000001 10010101 110111 111000 0 101010 11110001 100111 101010

Color Harmonies of #434195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434195

Black with #434195

Text Example


Text Example

White with #434195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434195; }

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

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

background-color css

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

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

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

border-color css

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

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

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