Html Css Color HEX #3D209F Blue Gem

📋 copy color: '#3D209F'

red 61 ◦ green 32 ◦ blue 159

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

Shades of Blue Gem #3D209F

Tints of Blue Gem #3D209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.1%

R = 24.21%
G = 12.7%
B = 63.1%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D209F (or 0x3D209F) is known color: Blue Gem. HEX triplet: 3D, 20 and 9F. RGB value is (61,32,159). Sum of RGB (Red+Green+Blue) = 61+32+159=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D209F is #C2DF60. Grayscale: #363636. Windows color (decimal): -12771169 or 10428477. OLE color: 10428477.

HSL color Cylindrical-coordinate representation of color #3D209F: hue angle of 253.7º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D209F is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 32 159 -
CMYK 0.62 0.80 0 0.38
HSL 253.7º 0.66% 0.37% -
HSV(B) 253.7º 0.8% 0.62% -
XYZ 8.7 4.53 33.22 -
YUV 55.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 61 32 159 0.62 0.80 0 0.38 253.7 0.66 0.37
Hex 3D 20 9F 3E 50 0 26 FE 42 25
Octal 75 40 237 76 120 0 46 376 102 45
Binary 111101 100000 10011111 111110 1010000 0 100110 11111110 1000010 100101

Color Harmonies of #3D209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D209F

Black with #3D209F

Text Example


Text Example

White with #3D209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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