Html Css Color HEX #3C34AC Blue Gem

📋 copy color: '#3C34AC'

red 60 ◦ green 52 ◦ blue 172

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

Shades of Blue Gem #3C34AC

Tints of Blue Gem #3C34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

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

R = 21.13%
G = 18.31%
B = 60.56%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C34AC (or 0x3C34AC) is known color: Blue Gem. HEX triplet: 3C, 34 and AC. RGB value is (60,52,172). Sum of RGB (Red+Green+Blue) = 60+52+172=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C34AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C34AC is #C3CB53. Grayscale: #434343. Windows color (decimal): -12831572 or 11285564. OLE color: 11285564.

HSL color Cylindrical-coordinate representation of color #3C34AC: hue angle of 244º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C34AC is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 52 172 -
CMYK 0.65 0.70 0 0.33
HSL 244º 0.54% 0.44% -
HSV(B) 244º 0.7% 0.67% -
XYZ 10.54 6.4 39.71 -
YUV 68.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 60 52 172 0.65 0.70 0 0.33 244 0.54 0.44
Hex 3C 34 AC 41 46 0 21 F4 36 2C
Octal 74 64 254 101 106 0 41 364 66 54
Binary 111100 110100 10101100 1000001 1000110 0 100001 11110100 110110 101100

Color Harmonies of #3C34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C34AC

Black with #3C34AC

Text Example


Text Example

White with #3C34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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