#3c26aa

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

Shades of Blue Gem #3C26AA

Tints of Blue Gem #3C26AA

Color information

#3C26AA (or 0x3C26AA) is unknown color: approx Blue Gem. HEX triplet: 3C, 26 and AA. RGB value is (60,38,170). Sum of RGB (Red+Green+Blue) = 60+38+170=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C26AA is #C3D955. Grayscale: #3B3B3B. Windows color (decimal): -12835158 or 11150908. OLE color: 11150908.

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

Color convert

RGB6038170-
CMYK0.650.7800.33
HSL250º63.46%40.78%-
HSV(B)250º77.65%66.67%-
XYZ9.815.2538.53-
YUV59.63190.29128.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=22.39%
G=14.18%
B=63.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60381700.650.7800.3325063.4640.78
Hex3C26AA414E021fa3f29
Octal74462521011160413727751
Binary1111001001101010101010000011001110010000111111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c26aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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