Html Css Color HEX #3C2FAE Blue Gem

📋 copy color: '#3C2FAE'

red 60 ◦ green 47 ◦ blue 174

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

Shades of Blue Gem #3C2FAE

Tints of Blue Gem #3C2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 21.35%
G = 16.73%
B = 61.92%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C2FAE (or 0x3C2FAE) is known color: Blue Gem. HEX triplet: 3C, 2F and AE. RGB value is (60,47,174). Sum of RGB (Red+Green+Blue) = 60+47+174=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2FAE is #C3D051. Grayscale: #404040. Windows color (decimal): -12832850 or 11415356. OLE color: 11415356.

HSL color Cylindrical-coordinate representation of color #3C2FAE: hue angle of 246.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2FAE is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 47 174 -
CMYK 0.66 0.73 0 0.32
HSL 246.14º 0.57% 0.43% -
HSV(B) 246.14º 0.73% 0.68% -
XYZ 10.52 6.05 40.66 -
YUV 65.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 60 47 174 0.66 0.73 0 0.32 246.14 0.57 0.43
Hex 3C 2F AE 42 49 0 20 F6 39 2B
Octal 74 57 256 102 111 0 40 366 71 53
Binary 111100 101111 10101110 1000010 1001001 0 100000 11110110 111001 101011

Color Harmonies of #3C2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2FAE

Black with #3C2FAE

Text Example


Text Example

White with #3C2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,47,174); }

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

background-color css

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

 a { background-color: rgb(60,47,174); }

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

border-color css

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

 span { border-color: rgb(60,47,174); }

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