Html Css Color HEX #3C2497 Blue Gem

📋 copy color: '#3C2497'

red 60 ◦ green 36 ◦ blue 151

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

Shades of Blue Gem #3C2497

Tints of Blue Gem #3C2497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 24.29%
G = 14.57%
B = 61.13%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C2497 (or 0x3C2497) is known color: Blue Gem. HEX triplet: 3C, 24 and 97. RGB value is (60,36,151). Sum of RGB (Red+Green+Blue) = 60+36+151=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C2497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2497 is #C3DB68. Grayscale: #373737. Windows color (decimal): -12835689 or 9905212. OLE color: 9905212.

HSL color Cylindrical-coordinate representation of color #3C2497: hue angle of 252.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2497 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 36 151 -
CMYK 0.60 0.76 0 0.41
HSL 252.52º 0.61% 0.37% -
HSV(B) 252.52º 0.76% 0.59% -
XYZ 8.08 4.46 29.71 -
YUV 56.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 60 36 151 0.60 0.76 0 0.41 252.52 0.61 0.37
Hex 3C 24 97 3C 4C 0 29 FD 3D 25
Octal 74 44 227 74 114 0 51 375 75 45
Binary 111100 100100 10010111 111100 1001100 0 101001 11111101 111101 100101

Color Harmonies of #3C2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2497

Black with #3C2497

Text Example


Text Example

White with #3C2497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,151); }

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

background-color css

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

 a { background-color: rgb(60,36,151); }

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

border-color css

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

 span { border-color: rgb(60,36,151); }

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