Html Css Color HEX #43388B Dark Slate Blue

📋 copy color: '#43388B'

red 67 ◦ green 56 ◦ blue 139

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

Shades of Dark Slate Blue #43388B

Tints of Dark Slate Blue #43388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 25.57%
G = 21.37%
B = 53.05%

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

#43388B (or 0x43388B) is known color: Dark Slate Blue. HEX triplet: 43, 38 and 8B. RGB value is (67,56,139). Sum of RGB (Red+Green+Blue) = 67+56+139=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #43388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43388B is #BCC774. Grayscale: #444444. Windows color (decimal): -12371829 or 9123907. OLE color: 9123907.

HSL color Cylindrical-coordinate representation of color #43388B: hue angle of 247.95º 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 #43388B is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 56 139 -
CMYK 0.52 0.60 0 0.45
HSL 247.95º 0.43% 0.38% -
HSV(B) 247.95º 0.6% 0.55% -
XYZ 8.39 5.89 25.12 -
YUV 68.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 67 56 139 0.52 0.60 0 0.45 247.95 0.43 0.38
Hex 43 38 8B 34 3C 0 2D F8 2B 26
Octal 103 70 213 64 74 0 55 370 53 46
Binary 1000011 111000 10001011 110100 111100 0 101101 11111000 101011 100110

Color Harmonies of #43388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43388B

Black with #43388B

Text Example


Text Example

White with #43388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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