#3C34AA

Color #3C34AA Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3C34AA

Tints of Blue Gem #3C34AA

Color information

#3C34AA (or 0x3C34AA) is unknown color: approx Blue Gem. HEX triplet: 3C, 34 and AA. RGB value is (60,52,170). Sum of RGB (Red+Green+Blue) = 60+52+170=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C34AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C34AA is #C3CB55. Grayscale: #434343. Windows color (decimal): -12831574 or 11154492. OLE color: 11154492.

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

Color convert

RGB6052170-
CMYK0.650.6900.33
HSL244.07º53.15%43.53%-
HSV(B)244.07º69.41%66.67%-
XYZ10.356.3238.7-
YUV67.84185.65122.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=21.28%
G=18.44%
B=60.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60521700.650.6900.33244.0753.1543.53
Hex3C34AA4145021f4352c
Octal74642521011050413646554
Binary1111001101001010101010000011000101010000111110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C34AA;
 }
 .AnyTagClassName
 {
   color: #3C34AA;
 }
</style>
background-color css

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

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

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

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

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

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