Html Css Color HEX #3C338A Dark Slate Blue

📋 copy color: '#3C338A'

red 60 ◦ green 51 ◦ blue 138

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

Shades of Dark Slate Blue #3C338A

Tints of Dark Slate Blue #3C338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 24.1%
G = 20.48%
B = 55.42%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C338A (or 0x3C338A) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 8A. RGB value is (60,51,138). Sum of RGB (Red+Green+Blue) = 60+51+138=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C338A is #C3CC75. Grayscale: #3F3F3F. Windows color (decimal): -12831862 or 9057084. OLE color: 9057084.

HSL color Cylindrical-coordinate representation of color #3C338A: hue angle of 246.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C338A is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 51 138 -
CMYK 0.57 0.63 0 0.46
HSL 246.21º 0.46% 0.37% -
HSV(B) 246.21º 0.63% 0.54% -
XYZ 7.63 5.16 24.64 -
YUV 63.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 60 51 138 0.57 0.63 0 0.46 246.21 0.46 0.37
Hex 3C 33 8A 39 3F 0 2E F6 2E 25
Octal 74 63 212 71 77 0 56 366 56 45
Binary 111100 110011 10001010 111001 111111 0 101110 11110110 101110 100101

Color Harmonies of #3C338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C338A

Black with #3C338A

Text Example


Text Example

White with #3C338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,138); }

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

background-color css

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

 a { background-color: rgb(60,51,138); }

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

border-color css

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

 span { border-color: rgb(60,51,138); }

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