Html Css Color HEX #3725AC Blue Gem

📋 copy color: '#3725AC'

red 55 ◦ green 37 ◦ blue 172

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

Shades of Blue Gem #3725AC

Tints of Blue Gem #3725AC

RGB

 RED value IS 55 (21.88% from 255) = 20.83%

 GREEN value IS 37 (14.84% from 255) = 14.02%

 BLUE value IS 172 (67.58% from 255) = 65.15%

R = 20.83%
G = 14.02%
B = 65.15%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3725AC (or 0x3725AC) is known color: Blue Gem. HEX triplet: 37, 25 and AC. RGB value is (55,37,172). Sum of RGB (Red+Green+Blue) = 55+37+172=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #3725AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3725AC is #C8DA53. Grayscale: #393939. Windows color (decimal): -13163092 or 11281719. OLE color: 11281719.

HSL color Cylindrical-coordinate representation of color #3725AC: hue angle of 248º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3725AC is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 37 172 -
CMYK 0.68 0.78 0 0.33
HSL 248º 0.65% 0.41% -
HSV(B) 248º 0.78% 0.67% -
XYZ 9.68 5.11 39.51 -
YUV 57.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 55 37 172 0.68 0.78 0 0.33 248 0.65 0.41
Hex 37 25 AC 44 4E 0 21 F8 41 29
Octal 67 45 254 104 116 0 41 370 101 51
Binary 110111 100101 10101100 1000100 1001110 0 100001 11111000 1000001 101001

Color Harmonies of #3725AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3725AC

Black with #3725AC

Text Example


Text Example

White with #3725AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3725AC; }

 p { color: rgb(55,37,172); }

 H1.HeaderClassName
 {
   color: #3725AC;
 }
 .AnyTagClassName
 {
   color: #3725AC;
 }
</style>

background-color css

<style>
 a { background-color: #3725AC; }

 a { background-color: rgb(55,37,172); }

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

border-color css

<style>
 span { border-color: #3725AC; }

 span { border-color: rgb(55,37,172); }

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