Html Css Color HEX #43448B Dark Slate Blue

📋 copy color: '#43448B'

red 67 ◦ green 68 ◦ blue 139

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

Shades of Dark Slate Blue #43448B

Tints of Dark Slate Blue #43448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 24.45%
G = 24.82%
B = 50.73%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43448B (or 0x43448B) is known color: Dark Slate Blue. HEX triplet: 43, 44 and 8B. RGB value is (67,68,139). Sum of RGB (Red+Green+Blue) = 67+68+139=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #43448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43448B is #BCBB74. Grayscale: #4B4B4B. Windows color (decimal): -12368757 or 9126979. OLE color: 9126979.

HSL color Cylindrical-coordinate representation of color #43448B: hue angle of 239.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43448B is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 68 139 -
CMYK 0.52 0.51 0 0.45
HSL 239.17º 0.35% 0.4% -
HSV(B) 239.17º 0.52% 0.55% -
XYZ 9.04 7.19 25.34 -
YUV 75.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 67 68 139 0.52 0.51 0 0.45 239.17 0.35 0.4
Hex 43 44 8B 34 33 0 2D EF 23 28
Octal 103 104 213 64 63 0 55 357 43 50
Binary 1000011 1000100 10001011 110100 110011 0 101101 11101111 100011 101000

Color Harmonies of #43448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43448B

Black with #43448B

Text Example


Text Example

White with #43448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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