Html Css Color HEX #3C2F93 Dark Slate Blue

📋 copy color: '#3C2F93'

red 60 ◦ green 47 ◦ blue 147

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

Shades of Dark Slate Blue #3C2F93

Tints of Dark Slate Blue #3C2F93

RGB

 RED value IS 60 (23.83% from 255) = 23.62%

 GREEN value IS 47 (18.75% from 255) = 18.5%

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 23.62%
G = 18.5%
B = 57.87%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C2F93 (or 0x3C2F93) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 93. RGB value is (60,47,147). Sum of RGB (Red+Green+Blue) = 60+47+147=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F93 is #C3D06C. Grayscale: #3D3D3D. Windows color (decimal): -12832877 or 9645884. OLE color: 9645884.

HSL color Cylindrical-coordinate representation of color #3C2F93: hue angle of 247.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2F93 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 47 147 -
CMYK 0.59 0.68 0 0.42
HSL 247.8º 0.52% 0.38% -
HSV(B) 247.8º 0.68% 0.58% -
XYZ 8.15 5.1 28.16 -
YUV 62.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 60 47 147 0.59 0.68 0 0.42 247.8 0.52 0.38
Hex 3C 2F 93 3B 44 0 2A F8 34 26
Octal 74 57 223 73 104 0 52 370 64 46
Binary 111100 101111 10010011 111011 1000100 0 101010 11111000 110100 100110

Color Harmonies of #3C2F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2F93

Black with #3C2F93

Text Example


Text Example

White with #3C2F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,47,147); }

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

background-color css

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

 a { background-color: rgb(60,47,147); }

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

border-color css

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

 span { border-color: rgb(60,47,147); }

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