Html Css Color HEX #43367E Dark Slate Blue

📋 copy color: '#43367E'

red 67 ◦ green 54 ◦ blue 126

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

Shades of Dark Slate Blue #43367E

Tints of Dark Slate Blue #43367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 126 (49.61% from 255) = 51.01%

R = 27.13%
G = 21.86%
B = 51.01%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43367E (or 0x43367E) is known color: Dark Slate Blue. HEX triplet: 43, 36 and 7E. RGB value is (67,54,126). Sum of RGB (Red+Green+Blue) = 67+54+126=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #43367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43367E is #BCC981. Grayscale: #414141. Windows color (decimal): -12372354 or 8271427. OLE color: 8271427.

HSL color Cylindrical-coordinate representation of color #43367E: hue angle of 250.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43367E is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 54 126 -
CMYK 0.47 0.57 0 0.51
HSL 250.83º 0.4% 0.35% -
HSV(B) 250.83º 0.57% 0.49% -
XYZ 7.4 5.34 20.38 -
YUV 66.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 67 54 126 0.47 0.57 0 0.51 250.83 0.4 0.35
Hex 43 36 7E 2F 39 0 33 FB 28 23
Octal 103 66 176 57 71 0 63 373 50 43
Binary 1000011 110110 1111110 101111 111001 0 110011 11111011 101000 100011

Color Harmonies of #43367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43367E

Black with #43367E

Text Example


Text Example

White with #43367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43367E; }

 p { color: rgb(67,54,126); }

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

background-color css

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

 a { background-color: rgb(67,54,126); }

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

border-color css

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

 span { border-color: rgb(67,54,126); }

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