Html Css Color HEX #443485 Dark Slate Blue

📋 copy color: '#443485'

red 68 ◦ green 52 ◦ blue 133

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

Shades of Dark Slate Blue #443485

Tints of Dark Slate Blue #443485

RGB

 RED value IS 68 (26.95% from 255) = 26.88%

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 26.88%
G = 20.55%
B = 52.57%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443485 (or 0x443485) is known color: Dark Slate Blue. HEX triplet: 44, 34 and 85. RGB value is (68,52,133). Sum of RGB (Red+Green+Blue) = 68+52+133=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #443485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443485 is #BBCB7A. Grayscale: #414141. Windows color (decimal): -12307323 or 8729668. OLE color: 8729668.

HSL color Cylindrical-coordinate representation of color #443485: hue angle of 251.85º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #443485 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 52 133 -
CMYK 0.49 0.61 0 0.48
HSL 251.85º 0.44% 0.36% -
HSV(B) 251.85º 0.61% 0.52% -
XYZ 7.85 5.38 22.81 -
YUV 66.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 68 52 133 0.49 0.61 0 0.48 251.85 0.44 0.36
Hex 44 34 85 31 3D 0 30 FC 2C 24
Octal 104 64 205 61 75 0 60 374 54 44
Binary 1000100 110100 10000101 110001 111101 0 110000 11111100 101100 100100

Color Harmonies of #443485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443485

Black with #443485

Text Example


Text Example

White with #443485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443485; }

 p { color: rgb(68,52,133); }

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

background-color css

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

 a { background-color: rgb(68,52,133); }

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

border-color css

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

 span { border-color: rgb(68,52,133); }

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