Html Css Color HEX #3C2EAC Blue Gem

📋 copy color: '#3C2EAC'

red 60 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #3C2EAC

Tints of Blue Gem #3C2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

 BLUE value IS 172 (67.58% from 255) = 61.87%

R = 21.58%
G = 16.55%
B = 61.87%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C2EAC (or 0x3C2EAC) is known color: Blue Gem. HEX triplet: 3C, 2E and AC. RGB value is (60,46,172). Sum of RGB (Red+Green+Blue) = 60+46+172=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C2EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2EAC is #C3D153. Grayscale: #404040. Windows color (decimal): -12833108 or 11284028. OLE color: 11284028.

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

Color convert

RGB 60 46 172 -
CMYK 0.65 0.73 0 0.33
HSL 246.67º 0.58% 0.43% -
HSV(B) 246.67º 0.73% 0.67% -
XYZ 10.29 5.89 39.63 -
YUV 64.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 60 46 172 0.65 0.73 0 0.33 246.67 0.58 0.43
Hex 3C 2E AC 41 49 0 21 F7 3A 2B
Octal 74 56 254 101 111 0 41 367 72 53
Binary 111100 101110 10101100 1000001 1001001 0 100001 11110111 111010 101011

Color Harmonies of #3C2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2EAC

Black with #3C2EAC

Text Example


Text Example

White with #3C2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,172); }

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

background-color css

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

 a { background-color: rgb(60,46,172); }

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

border-color css

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

 span { border-color: rgb(60,46,172); }

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