Html Css Color HEX #3C288B Dark Slate Blue

📋 copy color: '#3C288B'

red 60 ◦ green 40 ◦ blue 139

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

Shades of Dark Slate Blue #3C288B

Tints of Dark Slate Blue #3C288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

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

R = 25.1%
G = 16.74%
B = 58.16%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C288B (or 0x3C288B) is known color: Dark Slate Blue. HEX triplet: 3C, 28 and 8B. RGB value is (60,40,139). Sum of RGB (Red+Green+Blue) = 60+40+139=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C288B is #C3D774. Grayscale: #383838. Windows color (decimal): -12834677 or 9119804. OLE color: 9119804.

HSL color Cylindrical-coordinate representation of color #3C288B: hue angle of 252.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C288B is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 40 139 -
CMYK 0.57 0.71 0 0.45
HSL 252.12º 0.55% 0.35% -
HSV(B) 252.12º 0.71% 0.55% -
XYZ 7.28 4.34 24.88 -
YUV 57.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 60 40 139 0.57 0.71 0 0.45 252.12 0.55 0.35
Hex 3C 28 8B 39 47 0 2D FC 37 23
Octal 74 50 213 71 107 0 55 374 67 43
Binary 111100 101000 10001011 111001 1000111 0 101101 11111100 110111 100011

Color Harmonies of #3C288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C288B

Black with #3C288B

Text Example


Text Example

White with #3C288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,139); }

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

background-color css

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

 a { background-color: rgb(60,40,139); }

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

border-color css

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

 span { border-color: rgb(60,40,139); }

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