Html Css Color HEX #3D3CAD Blue Gem

📋 copy color: '#3D3CAD'

red 61 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #3D3CAD

Tints of Blue Gem #3D3CAD

RGB

 RED value IS 61 (24.22% from 255) = 20.75%

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 20.75%
G = 20.41%
B = 58.84%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D3CAD (or 0x3D3CAD) is known color: Blue Gem. HEX triplet: 3D, 3C and AD. RGB value is (61,60,173). Sum of RGB (Red+Green+Blue) = 61+60+173=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3CAD is #C2C352. Grayscale: #484848. Windows color (decimal): -12763987 or 11353149. OLE color: 11353149.

HSL color Cylindrical-coordinate representation of color #3D3CAD: hue angle of 240.53º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3CAD is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 60 173 -
CMYK 0.65 0.65 0 0.32
HSL 240.53º 0.48% 0.46% -
HSV(B) 240.53º 0.65% 0.68% -
XYZ 11.08 7.24 40.35 -
YUV 73.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 61 60 173 0.65 0.65 0 0.32 240.53 0.48 0.46
Hex 3D 3C AD 41 41 0 20 F1 30 2E
Octal 75 74 255 101 101 0 40 361 60 56
Binary 111101 111100 10101101 1000001 1000001 0 100000 11110001 110000 101110

Color Harmonies of #3D3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3CAD

Black with #3D3CAD

Text Example


Text Example

White with #3D3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,173); }

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

background-color css

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

 a { background-color: rgb(61,60,173); }

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

border-color css

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

 span { border-color: rgb(61,60,173); }

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