Html Css Color HEX #3C25AA Blue Gem

📋 copy color: '#3C25AA'

red 60 ◦ green 37 ◦ blue 170

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

Shades of Blue Gem #3C25AA

Tints of Blue Gem #3C25AA

RGB

 RED value IS 60 (23.83% from 255) = 22.47%

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

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

R = 22.47%
G = 13.86%
B = 63.67%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C25AA (or 0x3C25AA) is known color: Blue Gem. HEX triplet: 3C, 25 and AA. RGB value is (60,37,170). Sum of RGB (Red+Green+Blue) = 60+37+170=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C25AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C25AA is #C3DA55. Grayscale: #3A3A3A. Windows color (decimal): -12835414 or 11150652. OLE color: 11150652.

HSL color Cylindrical-coordinate representation of color #3C25AA: hue angle of 250.38º degrees, saturation: 0.64, 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 #3C25AA is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 37 170 -
CMYK 0.65 0.78 0 0.33
HSL 250.38º 0.64% 0.41% -
HSV(B) 250.38º 0.78% 0.67% -
XYZ 9.78 5.19 38.52 -
YUV 59.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 60 37 170 0.65 0.78 0 0.33 250.38 0.64 0.41
Hex 3C 25 AA 41 4E 0 21 FA 40 29
Octal 74 45 252 101 116 0 41 372 100 51
Binary 111100 100101 10101010 1000001 1001110 0 100001 11111010 1000000 101001

Color Harmonies of #3C25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C25AA

Black with #3C25AA

Text Example


Text Example

White with #3C25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,170); }

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

background-color css

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

 a { background-color: rgb(60,37,170); }

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

border-color css

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

 span { border-color: rgb(60,37,170); }

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