Html Css Color HEX #3D20AC Blue Gem

📋 copy color: '#3D20AC'

red 61 ◦ green 32 ◦ blue 172

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

Shades of Blue Gem #3D20AC

Tints of Blue Gem #3D20AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 23.02%
G = 12.08%
B = 64.91%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D20AC (or 0x3D20AC) is known color: Blue Gem. HEX triplet: 3D, 20 and AC. RGB value is (61,32,172). Sum of RGB (Red+Green+Blue) = 61+32+172=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D20AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D20AC is #C2DF53. Grayscale: #383838. Windows color (decimal): -12771156 or 11280445. OLE color: 11280445.

HSL color Cylindrical-coordinate representation of color #3D20AC: hue angle of 252.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D20AC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 32 172 -
CMYK 0.65 0.81 0 0.33
HSL 252.43º 0.69% 0.4% -
HSV(B) 252.43º 0.81% 0.67% -
XYZ 9.89 5 39.47 -
YUV 56.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 61 32 172 0.65 0.81 0 0.33 252.43 0.69 0.4
Hex 3D 20 AC 41 51 0 21 FC 45 28
Octal 75 40 254 101 121 0 41 374 105 50
Binary 111101 100000 10101100 1000001 1010001 0 100001 11111100 1000101 101000

Color Harmonies of #3D20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D20AC

Black with #3D20AC

Text Example


Text Example

White with #3D20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,32,172); }

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

background-color css

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

 a { background-color: rgb(61,32,172); }

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

border-color css

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

 span { border-color: rgb(61,32,172); }

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