Html Css Color HEX #3C2BA9 Blue Gem

📋 copy color: '#3C2BA9'

red 60 ◦ green 43 ◦ blue 169

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

Shades of Blue Gem #3C2BA9

Tints of Blue Gem #3C2BA9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

 BLUE value IS 169 (66.41% from 255) = 62.13%

R = 22.06%
G = 15.81%
B = 62.13%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3C2BA9 (or 0x3C2BA9) is known color: Blue Gem. HEX triplet: 3C, 2B and A9. RGB value is (60,43,169). Sum of RGB (Red+Green+Blue) = 60+43+169=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 169 (66.41% from 255 or 62.13% from 272); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C2BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2BA9 is #C3D456. Grayscale: #3D3D3D. Windows color (decimal): -12833879 or 11086652. OLE color: 11086652.

HSL color Cylindrical-coordinate representation of color #3C2BA9: hue angle of 248.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2BA9 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 43 169 -
CMYK 0.64 0.75 0 0.34
HSL 248.1º 0.59% 0.42% -
HSV(B) 248.1º 0.75% 0.66% -
XYZ 9.89 5.55 38.09 -
YUV 62.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 60 43 169 0.64 0.75 0 0.34 248.1 0.59 0.42
Hex 3C 2B A9 40 4B 0 22 F8 3B 2A
Octal 74 53 251 100 113 0 42 370 73 52
Binary 111100 101011 10101001 1000000 1001011 0 100010 11111000 111011 101010

Color Harmonies of #3C2BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2BA9

Black with #3C2BA9

Text Example


Text Example

White with #3C2BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,169); }

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

background-color css

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

 a { background-color: rgb(60,43,169); }

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

border-color css

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

 span { border-color: rgb(60,43,169); }

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