Html Css Color HEX #3D24A9 Blue Gem

📋 copy color: '#3D24A9'

red 61 ◦ green 36 ◦ blue 169

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

Shades of Blue Gem #3D24A9

Tints of Blue Gem #3D24A9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 169 (66.41% from 255) = 63.53%

R = 22.93%
G = 13.53%
B = 63.53%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3D24A9 (or 0x3D24A9) is known color: Blue Gem. HEX triplet: 3D, 24 and A9. RGB value is (61,36,169). Sum of RGB (Red+Green+Blue) = 61+36+169=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #3D24A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D24A9 is #C2DB56. Grayscale: #3A3A3A. Windows color (decimal): -12770135 or 11084861. OLE color: 11084861.

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

Color convert

RGB 61 36 169 -
CMYK 0.64 0.79 0 0.34
HSL 251.28º 0.65% 0.4% -
HSV(B) 251.28º 0.79% 0.66% -
XYZ 9.72 5.12 38.01 -
YUV 58.64 190.28 129.69 -
System Red Green Blue C M Y K H S L
Decimal 61 36 169 0.64 0.79 0 0.34 251.28 0.65 0.4
Hex 3D 24 A9 40 4F 0 22 FB 41 28
Octal 75 44 251 100 117 0 42 373 101 50
Binary 111101 100100 10101001 1000000 1001111 0 100010 11111011 1000001 101000

Color Harmonies of #3D24A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D24A9

Black with #3D24A9

Text Example


Text Example

White with #3D24A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,36,169); }

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

background-color css

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

 a { background-color: rgb(61,36,169); }

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

border-color css

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

 span { border-color: rgb(61,36,169); }

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