Html Css Color HEX #3C2F96 Dark Slate Blue

📋 copy color: '#3C2F96'

red 60 ◦ green 47 ◦ blue 150

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

Shades of Dark Slate Blue #3C2F96

Tints of Dark Slate Blue #3C2F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 23.35%
G = 18.29%
B = 58.37%

CMYK

 C value IS 0.6

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C2F96 (or 0x3C2F96) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 96. RGB value is (60,47,150). Sum of RGB (Red+Green+Blue) = 60+47+150=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C2F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F96 is #C3D069. Grayscale: #3E3E3E. Windows color (decimal): -12832874 or 9842492. OLE color: 9842492.

HSL color Cylindrical-coordinate representation of color #3C2F96: hue angle of 247.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C2F96 is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 47 150 -
CMYK 0.6 0.69 0 0.41
HSL 247.57º 0.52% 0.39% -
HSV(B) 247.57º 0.69% 0.59% -
XYZ 8.39 5.2 29.42 -
YUV 62.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 60 47 150 0.6 0.69 0 0.41 247.57 0.52 0.39
Hex 3C 2F 96 3C 45 0 29 F8 34 27
Octal 74 57 226 74 105 0 51 370 64 47
Binary 111100 101111 10010110 111100 1000101 0 101001 11111000 110100 100111

Color Harmonies of #3C2F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2F96

Black with #3C2F96

Text Example


Text Example

White with #3C2F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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