Html Css Color HEX #3C369A Dark Slate Blue

📋 copy color: '#3C369A'

red 60 ◦ green 54 ◦ blue 154

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

Shades of Dark Slate Blue #3C369A

Tints of Dark Slate Blue #3C369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 154 (60.55% from 255) = 57.46%

R = 22.39%
G = 20.15%
B = 57.46%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C369A (or 0x3C369A) is known color: Dark Slate Blue. HEX triplet: 3C, 36 and 9A. RGB value is (60,54,154). Sum of RGB (Red+Green+Blue) = 60+54+154=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C369A is #C3C965. Grayscale: #424242. Windows color (decimal): -12831078 or 10106428. OLE color: 10106428.

HSL color Cylindrical-coordinate representation of color #3C369A: hue angle of 243.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C369A is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 54 154 -
CMYK 0.61 0.65 0 0.40
HSL 243.6º 0.48% 0.41% -
HSV(B) 243.6º 0.65% 0.6% -
XYZ 9.02 5.93 31.24 -
YUV 67.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 60 54 154 0.61 0.65 0 0.40 243.6 0.48 0.41
Hex 3C 36 9A 3D 41 0 28 F4 30 29
Octal 74 66 232 75 101 0 50 364 60 51
Binary 111100 110110 10011010 111101 1000001 0 101000 11110100 110000 101001

Color Harmonies of #3C369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C369A

Black with #3C369A

Text Example


Text Example

White with #3C369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,154); }

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

background-color css

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

 a { background-color: rgb(60,54,154); }

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

border-color css

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

 span { border-color: rgb(60,54,154); }

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