Html Css Color HEX #3D229B Blue Gem

📋 copy color: '#3D229B'

red 61 ◦ green 34 ◦ blue 155

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

Shades of Blue Gem #3D229B

Tints of Blue Gem #3D229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 24.4%
G = 13.6%
B = 62%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D229B (or 0x3D229B) is known color: Blue Gem. HEX triplet: 3D, 22 and 9B. RGB value is (61,34,155). Sum of RGB (Red+Green+Blue) = 61+34+155=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D229B is #C2DD64. Grayscale: #373737. Windows color (decimal): -12770661 or 10166845. OLE color: 10166845.

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

Color convert

RGB 61 34 155 -
CMYK 0.61 0.78 0 0.39
HSL 253.39º 0.64% 0.37% -
HSV(B) 253.39º 0.78% 0.61% -
XYZ 8.41 4.5 31.44 -
YUV 55.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 61 34 155 0.61 0.78 0 0.39 253.39 0.64 0.37
Hex 3D 22 9B 3D 4E 0 27 FD 40 25
Octal 75 42 233 75 116 0 47 375 100 45
Binary 111101 100010 10011011 111101 1001110 0 100111 11111101 1000000 100101

Color Harmonies of #3D229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D229B

Black with #3D229B

Text Example


Text Example

White with #3D229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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