Html Css Color HEX #3C32AA Blue Gem

📋 copy color: '#3C32AA'

red 60 ◦ green 50 ◦ blue 170

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

Shades of Blue Gem #3C32AA

Tints of Blue Gem #3C32AA

RGB

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

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

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

R = 21.43%
G = 17.86%
B = 60.71%

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

#3C32AA (or 0x3C32AA) is known color: Blue Gem. HEX triplet: 3C, 32 and AA. RGB value is (60,50,170). Sum of RGB (Red+Green+Blue) = 60+50+170=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C32AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C32AA is #C3CD55. Grayscale: #424242. Windows color (decimal): -12832086 or 11153980. OLE color: 11153980.

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

Color convert

RGB 60 50 170 -
CMYK 0.65 0.71 0 0.33
HSL 245º 0.55% 0.43% -
HSV(B) 245º 0.71% 0.67% -
XYZ 10.26 6.14 38.68 -
YUV 66.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 60 50 170 0.65 0.71 0 0.33 245 0.55 0.43
Hex 3C 32 AA 41 47 0 21 F5 37 2B
Octal 74 62 252 101 107 0 41 365 67 53
Binary 111100 110010 10101010 1000001 1000111 0 100001 11110101 110111 101011

Color Harmonies of #3C32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C32AA

Black with #3C32AA

Text Example


Text Example

White with #3C32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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