Html Css Color HEX #43449B Dark Slate Blue

📋 copy color: '#43449B'

red 67 ◦ green 68 ◦ blue 155

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

Shades of Dark Slate Blue #43449B

Tints of Dark Slate Blue #43449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 23.1%
G = 23.45%
B = 53.45%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43449B (or 0x43449B) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 9B. RGB value is (67,68,155). Sum of RGB (Red+Green+Blue) = 67+68+155=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #43449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43449B is #BCBB64. Grayscale: #4D4D4D. Windows color (decimal): -12368741 or 10175555. OLE color: 10175555.

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

Color convert

RGB 67 68 155 -
CMYK 0.57 0.56 0 0.39
HSL 239.32º 0.4% 0.44% -
HSV(B) 239.32º 0.57% 0.61% -
XYZ 10.3 7.69 31.95 -
YUV 77.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 67 68 155 0.57 0.56 0 0.39 239.32 0.4 0.44
Hex 43 44 9B 39 38 0 27 EF 28 2C
Octal 103 104 233 71 70 0 47 357 50 54
Binary 1000011 1000100 10011011 111001 111000 0 100111 11101111 101000 101100

Color Harmonies of #43449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43449B

Black with #43449B

Text Example


Text Example

White with #43449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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