Html Css Color HEX #434299 Dark Slate Blue

📋 copy color: '#434299'

red 67 ◦ green 66 ◦ blue 153

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

Shades of Dark Slate Blue #434299

Tints of Dark Slate Blue #434299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 23.43%
G = 23.08%
B = 53.5%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#434299 (or 0x434299) is known color: Dark Slate Blue. HEX triplet: 43, 42 and 99. RGB value is (67,66,153). Sum of RGB (Red+Green+Blue) = 67+66+153=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #434299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434299 is #BCBD66. Grayscale: #4B4B4B. Windows color (decimal): -12369255 or 10043971. OLE color: 10043971.

HSL color Cylindrical-coordinate representation of color #434299: hue angle of 240.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #434299 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 66 153 -
CMYK 0.56 0.57 0 0.4
HSL 240.69º 0.4% 0.43% -
HSV(B) 240.69º 0.57% 0.6% -
XYZ 10.01 7.39 31.04 -
YUV 76.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 67 66 153 0.56 0.57 0 0.4 240.69 0.4 0.43
Hex 43 42 99 38 39 0 28 F1 28 2B
Octal 103 102 231 70 71 0 50 361 50 53
Binary 1000011 1000010 10011001 111000 111001 0 101000 11110001 101000 101011

Color Harmonies of #434299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434299

Black with #434299

Text Example


Text Example

White with #434299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434299; }

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

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

background-color css

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

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

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

border-color css

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

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

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