Html Css Color HEX #3919AA Blue Gem

📋 copy color: '#3919AA'

red 57 ◦ green 25 ◦ blue 170

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

Shades of Blue Gem #3919AA

Tints of Blue Gem #3919AA

RGB

 RED value IS 57 (22.66% from 255) = 22.62%

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 22.62%
G = 9.92%
B = 67.46%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3919AA (or 0x3919AA) is known color: Blue Gem. HEX triplet: 39, 19 and AA. RGB value is (57,25,170). Sum of RGB (Red+Green+Blue) = 57+25+170=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #3919AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3919AA is #C6E655. Grayscale: #323232. Windows color (decimal): -13035094 or 11147577. OLE color: 11147577.

HSL color Cylindrical-coordinate representation of color #3919AA: hue angle of 253.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3919AA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 25 170 -
CMYK 0.66 0.85 0 0.33
HSL 253.24º 0.74% 0.38% -
HSV(B) 253.24º 0.85% 0.67% -
XYZ 9.29 4.47 38.4 -
YUV 51.1 195.1 132.21 -
System Red Green Blue C M Y K H S L
Decimal 57 25 170 0.66 0.85 0 0.33 253.24 0.74 0.38
Hex 39 19 AA 42 55 0 21 FD 4A 26
Octal 71 31 252 102 125 0 41 375 112 46
Binary 111001 11001 10101010 1000010 1010101 0 100001 11111101 1001010 100110

Color Harmonies of #3919AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3919AA

Black with #3919AA

Text Example


Text Example

White with #3919AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3919AA; }

 p { color: rgb(57,25,170); }

 H1.HeaderClassName
 {
   color: #3919AA;
 }
 .AnyTagClassName
 {
   color: #3919AA;
 }
</style>

background-color css

<style>
 a { background-color: #3919AA; }

 a { background-color: rgb(57,25,170); }

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

border-color css

<style>
 span { border-color: #3919AA; }

 span { border-color: rgb(57,25,170); }

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