Html Css Color HEX #43378B Dark Slate Blue

📋 copy color: '#43378B'

red 67 ◦ green 55 ◦ blue 139

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

Shades of Dark Slate Blue #43378B

Tints of Dark Slate Blue #43378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 25.67%
G = 21.07%
B = 53.26%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43378B (or 0x43378B) is known color: Dark Slate Blue. HEX triplet: 43, 37 and 8B. RGB value is (67,55,139). Sum of RGB (Red+Green+Blue) = 67+55+139=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #43378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43378B is #BCC874. Grayscale: #434343. Windows color (decimal): -12372085 or 9123651. OLE color: 9123651.

HSL color Cylindrical-coordinate representation of color #43378B: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43378B is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 55 139 -
CMYK 0.52 0.60 0 0.45
HSL 248.57º 0.43% 0.38% -
HSV(B) 248.57º 0.6% 0.55% -
XYZ 8.34 5.79 25.1 -
YUV 68.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 67 55 139 0.52 0.60 0 0.45 248.57 0.43 0.38
Hex 43 37 8B 34 3C 0 2D F9 2B 26
Octal 103 67 213 64 74 0 55 371 53 46
Binary 1000011 110111 10001011 110100 111100 0 101101 11111001 101011 100110

Color Harmonies of #43378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43378B

Black with #43378B

Text Example


Text Example

White with #43378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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