Html Css Color HEX #3A368C Dark Slate Blue

📋 copy color: '#3A368C'

red 58 ◦ green 54 ◦ blue 140

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

Shades of Dark Slate Blue #3A368C

Tints of Dark Slate Blue #3A368C

RGB

 RED value IS 58 (23.05% from 255) = 23.02%

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

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 23.02%
G = 21.43%
B = 55.56%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A368C (or 0x3A368C) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 8C. RGB value is (58,54,140). Sum of RGB (Red+Green+Blue) = 58+54+140=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A368C is #C5C973. Grayscale: #404040. Windows color (decimal): -12962164 or 9188922. OLE color: 9188922.

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

Color convert

RGB 58 54 140 -
CMYK 0.59 0.61 0 0.45
HSL 242.79º 0.44% 0.38% -
HSV(B) 242.79º 0.61% 0.55% -
XYZ 7.8 5.43 25.45 -
YUV 65 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 58 54 140 0.59 0.61 0 0.45 242.79 0.44 0.38
Hex 3A 36 8C 3B 3D 0 2D F3 2C 26
Octal 72 66 214 73 75 0 55 363 54 46
Binary 111010 110110 10001100 111011 111101 0 101101 11110011 101100 100110

Color Harmonies of #3A368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A368C

Black with #3A368C

Text Example


Text Example

White with #3A368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,140); }

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

background-color css

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

 a { background-color: rgb(58,54,140); }

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

border-color css

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

 span { border-color: rgb(58,54,140); }

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