Html Css Color HEX #3C2BAA Blue Gem

📋 copy color: '#3C2BAA'

red 60 ◦ green 43 ◦ blue 170

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

Shades of Blue Gem #3C2BAA

Tints of Blue Gem #3C2BAA

RGB

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

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

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

R = 21.98%
G = 15.75%
B = 62.27%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C2BAA (or 0x3C2BAA) is known color: Blue Gem. HEX triplet: 3C, 2B and AA. RGB value is (60,43,170). Sum of RGB (Red+Green+Blue) = 60+43+170=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2BAA is #C3D455. Grayscale: #3E3E3E. Windows color (decimal): -12833878 or 11152188. OLE color: 11152188.

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

Color convert

RGB 60 43 170 -
CMYK 0.65 0.75 0 0.33
HSL 248.03º 0.6% 0.42% -
HSV(B) 248.03º 0.75% 0.67% -
XYZ 9.98 5.59 38.58 -
YUV 62.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 60 43 170 0.65 0.75 0 0.33 248.03 0.6 0.42
Hex 3C 2B AA 41 4B 0 21 F8 3C 2A
Octal 74 53 252 101 113 0 41 370 74 52
Binary 111100 101011 10101010 1000001 1001011 0 100001 11111000 111100 101010

Color Harmonies of #3C2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2BAA

Black with #3C2BAA

Text Example


Text Example

White with #3C2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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