Html Css Color HEX #3D39A9 Blue Gem

📋 copy color: '#3D39A9'

red 61 ◦ green 57 ◦ blue 169

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

Shades of Blue Gem #3D39A9

Tints of Blue Gem #3D39A9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 21.25%
G = 19.86%
B = 58.89%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3D39A9 (or 0x3D39A9) is known color: Blue Gem. HEX triplet: 3D, 39 and A9. RGB value is (61,57,169). Sum of RGB (Red+Green+Blue) = 61+57+169=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 169 (66.41% from 255 or 58.89% from 287); Max value from RGB is 169 - color contains mainly: blue. Hex color #3D39A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D39A9 is #C2C656. Grayscale: #464646. Windows color (decimal): -12764759 or 11090237. OLE color: 11090237.

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

Color convert

RGB 61 57 169 -
CMYK 0.64 0.66 0 0.34
HSL 242.14º 0.5% 0.44% -
HSV(B) 242.14º 0.66% 0.66% -
XYZ 10.55 6.78 38.29 -
YUV 70.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 61 57 169 0.64 0.66 0 0.34 242.14 0.5 0.44
Hex 3D 39 A9 40 42 0 22 F2 32 2C
Octal 75 71 251 100 102 0 42 362 62 54
Binary 111101 111001 10101001 1000000 1000010 0 100010 11110010 110010 101100

Color Harmonies of #3D39A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D39A9

Black with #3D39A9

Text Example


Text Example

White with #3D39A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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