Html Css Color HEX #3D219C Blue Gem

📋 copy color: '#3D219C'

red 61 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #3D219C

Tints of Blue Gem #3D219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 24.4%
G = 13.2%
B = 62.4%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D219C (or 0x3D219C) is known color: Blue Gem. HEX triplet: 3D, 21 and 9C. RGB value is (61,33,156). Sum of RGB (Red+Green+Blue) = 61+33+156=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D219C is #C2DE63. Grayscale: #363636. Windows color (decimal): -12770916 or 10232125. OLE color: 10232125.

HSL color Cylindrical-coordinate representation of color #3D219C: hue angle of 253.66º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D219C is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 33 156 -
CMYK 0.61 0.79 0 0.39
HSL 253.66º 0.65% 0.37% -
HSV(B) 253.66º 0.79% 0.61% -
XYZ 8.47 4.48 31.87 -
YUV 55.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 61 33 156 0.61 0.79 0 0.39 253.66 0.65 0.37
Hex 3D 21 9C 3D 4F 0 27 FE 41 25
Octal 75 41 234 75 117 0 47 376 101 45
Binary 111101 100001 10011100 111101 1001111 0 100111 11111110 1000001 100101

Color Harmonies of #3D219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D219C

Black with #3D219C

Text Example


Text Example

White with #3D219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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