Html Css Color HEX #3F3CA4 Dark Slate Blue

📋 copy color: '#3F3CA4'

red 63 ◦ green 60 ◦ blue 164

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

Shades of Dark Slate Blue #3F3CA4

Tints of Dark Slate Blue #3F3CA4

RGB

 RED value IS 63 (25% from 255) = 21.95%

 GREEN value IS 60 (23.83% from 255) = 20.91%

 BLUE value IS 164 (64.45% from 255) = 57.14%

R = 21.95%
G = 20.91%
B = 57.14%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3F3CA4 (or 0x3F3CA4) is known color: Dark Slate Blue. HEX triplet: 3F, 3C and A4. RGB value is (63,60,164). Sum of RGB (Red+Green+Blue) = 63+60+164=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #3F3CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3CA4 is #C0C35B. Grayscale: #484848. Windows color (decimal): -12632924 or 10763327. OLE color: 10763327.

HSL color Cylindrical-coordinate representation of color #3F3CA4: hue angle of 241.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3CA4 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 60 164 -
CMYK 0.62 0.63 0 0.36
HSL 241.73º 0.46% 0.44% -
HSV(B) 241.73º 0.63% 0.64% -
XYZ 10.37 6.97 35.92 -
YUV 72.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 63 60 164 0.62 0.63 0 0.36 241.73 0.46 0.44
Hex 3F 3C A4 3E 3F 0 24 F2 2E 2C
Octal 77 74 244 76 77 0 44 362 56 54
Binary 111111 111100 10100100 111110 111111 0 100100 11110010 101110 101100

Color Harmonies of #3F3CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3CA4

Black with #3F3CA4

Text Example


Text Example

White with #3F3CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3CA4; }

 p { color: rgb(63,60,164); }

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

background-color css

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

 a { background-color: rgb(63,60,164); }

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

border-color css

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

 span { border-color: rgb(63,60,164); }

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