#3C368A

Color #3C368A Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3C368A

Tints of Dark Slate Blue #3C368A

Color information

#3C368A (or 0x3C368A) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 36 and 8A. RGB value is (60,54,138). Sum of RGB (Red+Green+Blue) = 60+54+138=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C368A is #C3C975. Grayscale: #414141. Windows color (decimal): -12831094 or 9057852. OLE color: 9057852.

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

Color convert

RGB6054138-
CMYK0.570.6100.46
HSL244.29º43.75%37.65%-
HSV(B)244.29º60.87%54.12%-
XYZ7.775.4324.68-
YUV65.37168.99124.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=23.81%
G=21.43%
B=54.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60541380.570.6100.46244.2943.7537.65
Hex3C368A393D02Ef42c26
Octal746621271750563645446
Binary11110011011010001010111001111101010111011110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C368A;
 }
 .AnyTagClassName
 {
   color: #3C368A;
 }
</style>
background-color css

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

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

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

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

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

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