Html Css Color HEX #3D3AAB Blue Gem

📋 copy color: '#3D3AAB'

red 61 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #3D3AAB

Tints of Blue Gem #3D3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 21.03%
G = 20%
B = 58.97%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D3AAB (or 0x3D3AAB) is known color: Blue Gem. HEX triplet: 3D, 3A and AB. RGB value is (61,58,171). Sum of RGB (Red+Green+Blue) = 61+58+171=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3AAB is #C2C554. Grayscale: #474747. Windows color (decimal): -12764501 or 11221565. OLE color: 11221565.

HSL color Cylindrical-coordinate representation of color #3D3AAB: hue angle of 241.59º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D3AAB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 58 171 -
CMYK 0.64 0.66 0 0.33
HSL 241.59º 0.49% 0.45% -
HSV(B) 241.59º 0.66% 0.67% -
XYZ 10.79 6.96 39.3 -
YUV 71.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 61 58 171 0.64 0.66 0 0.33 241.59 0.49 0.45
Hex 3D 3A AB 40 42 0 21 F2 31 2D
Octal 75 72 253 100 102 0 41 362 61 55
Binary 111101 111010 10101011 1000000 1000010 0 100001 11110010 110001 101101

Color Harmonies of #3D3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3AAB

Black with #3D3AAB

Text Example


Text Example

White with #3D3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,58,171); }

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

background-color css

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

 a { background-color: rgb(61,58,171); }

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

border-color css

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

 span { border-color: rgb(61,58,171); }

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