Html Css Color HEX #434695 Dark Slate Blue

📋 copy color: '#434695'

red 67 ◦ green 70 ◦ blue 149

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

Shades of Dark Slate Blue #434695

Tints of Dark Slate Blue #434695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 23.43%
G = 24.48%
B = 52.1%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434695 (or 0x434695) is known color: Dark Slate Blue. HEX triplet: 43, 46 and 95. RGB value is (67,70,149). Sum of RGB (Red+Green+Blue) = 67+70+149=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #434695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434695 is #BCB96A. Grayscale: #4D4D4D. Windows color (decimal): -12368235 or 9782851. OLE color: 9782851.

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

Color convert

RGB 67 70 149 -
CMYK 0.55 0.53 0 0.42
HSL 237.8º 0.38% 0.42% -
HSV(B) 237.8º 0.55% 0.58% -
XYZ 9.93 7.74 29.41 -
YUV 78.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 67 70 149 0.55 0.53 0 0.42 237.8 0.38 0.42
Hex 43 46 95 37 35 0 2A EE 26 2A
Octal 103 106 225 67 65 0 52 356 46 52
Binary 1000011 1000110 10010101 110111 110101 0 101010 11101110 100110 101010

Color Harmonies of #434695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434695

Black with #434695

Text Example


Text Example

White with #434695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434695; }

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

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

background-color css

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

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

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

border-color css

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

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

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