Html Css Color HEX #3C32AB Blue Gem

📋 copy color: '#3C32AB'

red 60 ◦ green 50 ◦ blue 171

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

Shades of Blue Gem #3C32AB

Tints of Blue Gem #3C32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

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

R = 21.35%
G = 17.79%
B = 60.85%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C32AB (or 0x3C32AB) is known color: Blue Gem. HEX triplet: 3C, 32 and AB. RGB value is (60,50,171). Sum of RGB (Red+Green+Blue) = 60+50+171=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C32AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C32AB is #C3CD54. Grayscale: #424242. Windows color (decimal): -12832085 or 11219516. OLE color: 11219516.

HSL color Cylindrical-coordinate representation of color #3C32AB: hue angle of 244.96º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C32AB is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 50 171 -
CMYK 0.65 0.71 0 0.33
HSL 244.96º 0.55% 0.43% -
HSV(B) 244.96º 0.71% 0.67% -
XYZ 10.35 6.18 39.18 -
YUV 66.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 60 50 171 0.65 0.71 0 0.33 244.96 0.55 0.43
Hex 3C 32 AB 41 47 0 21 F5 37 2B
Octal 74 62 253 101 107 0 41 365 67 53
Binary 111100 110010 10101011 1000001 1000111 0 100001 11110101 110111 101011

Color Harmonies of #3C32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C32AB

Black with #3C32AB

Text Example


Text Example

White with #3C32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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