Html Css Color HEX #434295 Dark Slate Blue

📋 copy color: '#434295'

red 67 ◦ green 66 ◦ blue 149

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

Shades of Dark Slate Blue #434295

Tints of Dark Slate Blue #434295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 23.76%
G = 23.4%
B = 52.84%

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

#434295 (or 0x434295) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 95. RGB value is (67,66,149). Sum of RGB (Red+Green+Blue) = 67+66+149=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #434295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434295 is #BCBD6A. Grayscale: #4B4B4B. Windows color (decimal): -12369259 or 9781827. OLE color: 9781827.

HSL color Cylindrical-coordinate representation of color #434295: hue angle of 240.72º 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 #434295 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 66 149 -
CMYK 0.55 0.56 0 0.42
HSL 240.72º 0.39% 0.42% -
HSV(B) 240.72º 0.56% 0.58% -
XYZ 9.69 7.26 29.32 -
YUV 75.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 67 66 149 0.55 0.56 0 0.42 240.72 0.39 0.42
Hex 43 42 95 37 38 0 2A F1 27 2A
Octal 103 102 225 67 70 0 52 361 47 52
Binary 1000011 1000010 10010101 110111 111000 0 101010 11110001 100111 101010

Color Harmonies of #434295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434295

Black with #434295

Text Example


Text Example

White with #434295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434295; }

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

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

background-color css

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

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

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

border-color css

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

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

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