Html Css Color HEX #3D229F Blue Gem

📋 copy color: '#3D229F'

red 61 ◦ green 34 ◦ blue 159

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

Shades of Blue Gem #3D229F

Tints of Blue Gem #3D229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.39%

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

R = 24.02%
G = 13.39%
B = 62.6%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D229F (or 0x3D229F) is known color: Blue Gem. HEX triplet: 3D, 22 and 9F. RGB value is (61,34,159). Sum of RGB (Red+Green+Blue) = 61+34+159=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D229F is #C2DD60. Grayscale: #373737. Windows color (decimal): -12770657 or 10428989. OLE color: 10428989.

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

Color convert

RGB 61 34 159 -
CMYK 0.62 0.79 0 0.38
HSL 252.96º 0.65% 0.38% -
HSV(B) 252.96º 0.79% 0.62% -
XYZ 8.75 4.64 33.23 -
YUV 56.32 185.95 131.34 -
System Red Green Blue C M Y K H S L
Decimal 61 34 159 0.62 0.79 0 0.38 252.96 0.65 0.38
Hex 3D 22 9F 3E 4F 0 26 FD 41 26
Octal 75 42 237 76 117 0 46 375 101 46
Binary 111101 100010 10011111 111110 1001111 0 100110 11111101 1000001 100110

Color Harmonies of #3D229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D229F

Black with #3D229F

Text Example


Text Example

White with #3D229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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