Html Css Color HEX #3C3188 Dark Slate Blue

📋 copy color: '#3C3188'

red 60 ◦ green 49 ◦ blue 136

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

Shades of Dark Slate Blue #3C3188

Tints of Dark Slate Blue #3C3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 24.49%
G = 20%
B = 55.51%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C3188 (or 0x3C3188) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 88. RGB value is (60,49,136). Sum of RGB (Red+Green+Blue) = 60+49+136=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3188 is #C3CE77. Grayscale: #3D3D3D. Windows color (decimal): -12832376 or 8925500. OLE color: 8925500.

HSL color Cylindrical-coordinate representation of color #3C3188: hue angle of 247.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C3188 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 49 136 -
CMYK 0.56 0.64 0 0.47
HSL 247.59º 0.47% 0.36% -
HSV(B) 247.59º 0.64% 0.53% -
XYZ 7.41 4.93 23.85 -
YUV 62.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 60 49 136 0.56 0.64 0 0.47 247.59 0.47 0.36
Hex 3C 31 88 38 40 0 2F F8 2F 24
Octal 74 61 210 70 100 0 57 370 57 44
Binary 111100 110001 10001000 111000 1000000 0 101111 11111000 101111 100100

Color Harmonies of #3C3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3188

Black with #3C3188

Text Example


Text Example

White with #3C3188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,136); }

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

background-color css

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

 a { background-color: rgb(60,49,136); }

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

border-color css

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

 span { border-color: rgb(60,49,136); }

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