Html Css Color HEX #3C308B Dark Slate Blue

📋 copy color: '#3C308B'

red 60 ◦ green 48 ◦ blue 139

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

Shades of Dark Slate Blue #3C308B

Tints of Dark Slate Blue #3C308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 24.29%
G = 19.43%
B = 56.28%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C308B (or 0x3C308B) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 8B. RGB value is (60,48,139). Sum of RGB (Red+Green+Blue) = 60+48+139=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C308B is #C3CF74. Grayscale: #3D3D3D. Windows color (decimal): -12832629 or 9121852. OLE color: 9121852.

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

Color convert

RGB 60 48 139 -
CMYK 0.57 0.65 0 0.45
HSL 247.91º 0.49% 0.37% -
HSV(B) 247.91º 0.65% 0.55% -
XYZ 7.58 4.94 24.98 -
YUV 61.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 60 48 139 0.57 0.65 0 0.45 247.91 0.49 0.37
Hex 3C 30 8B 39 41 0 2D F8 31 25
Octal 74 60 213 71 101 0 55 370 61 45
Binary 111100 110000 10001011 111001 1000001 0 101101 11111000 110001 100101

Color Harmonies of #3C308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C308B

Black with #3C308B

Text Example


Text Example

White with #3C308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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