Html Css Color HEX #3D21AC Blue Gem

📋 copy color: '#3D21AC'

red 61 ◦ green 33 ◦ blue 172

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

Shades of Blue Gem #3D21AC

Tints of Blue Gem #3D21AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 22.93%
G = 12.41%
B = 64.66%

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

#3D21AC (or 0x3D21AC) is known color: Blue Gem. HEX triplet: 3D, 21 and AC. RGB value is (61,33,172). Sum of RGB (Red+Green+Blue) = 61+33+172=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D21AC is #C2DE53. Grayscale: #383838. Windows color (decimal): -12770900 or 11280701. OLE color: 11280701.

HSL color Cylindrical-coordinate representation of color #3D21AC: hue angle of 252.09º degrees, saturation: 0.68, 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 #3D21AC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 33 172 -
CMYK 0.65 0.81 0 0.33
HSL 252.09º 0.68% 0.4% -
HSV(B) 252.09º 0.81% 0.67% -
XYZ 9.91 5.06 39.48 -
YUV 57.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 61 33 172 0.65 0.81 0 0.33 252.09 0.68 0.4
Hex 3D 21 AC 41 51 0 21 FC 44 28
Octal 75 41 254 101 121 0 41 374 104 50
Binary 111101 100001 10101100 1000001 1010001 0 100001 11111100 1000100 101000

Color Harmonies of #3D21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D21AC

Black with #3D21AC

Text Example


Text Example

White with #3D21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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