Html Css Color HEX #3C25AB Blue Gem

📋 copy color: '#3C25AB'

red 60 ◦ green 37 ◦ blue 171

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

Shades of Blue Gem #3C25AB

Tints of Blue Gem #3C25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 22.39%
G = 13.81%
B = 63.81%

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

#3C25AB (or 0x3C25AB) is known color: Blue Gem. HEX triplet: 3C, 25 and AB. RGB value is (60,37,171). Sum of RGB (Red+Green+Blue) = 60+37+171=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C25AB is #C3DA54. Grayscale: #3A3A3A. Windows color (decimal): -12835413 or 11216188. OLE color: 11216188.

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

Color convert

RGB 60 37 171 -
CMYK 0.65 0.78 0 0.33
HSL 250.3º 0.64% 0.41% -
HSV(B) 250.3º 0.78% 0.67% -
XYZ 9.88 5.22 39.02 -
YUV 59.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 60 37 171 0.65 0.78 0 0.33 250.3 0.64 0.41
Hex 3C 25 AB 41 4E 0 21 FA 40 29
Octal 74 45 253 101 116 0 41 372 100 51
Binary 111100 100101 10101011 1000001 1001110 0 100001 11111010 1000000 101001

Color Harmonies of #3C25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C25AB

Black with #3C25AB

Text Example


Text Example

White with #3C25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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