#3B35AA

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

Shades of Blue Gem #3B35AA

Tints of Blue Gem #3B35AA

Color information

#3B35AA (or 0x3B35AA) is unknown color: approx Blue Gem. HEX triplet: 3B, 35 and AA. RGB value is (59,53,170). Sum of RGB (Red+Green+Blue) = 59+53+170=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 53 (21.09% from 255 or 18.79% 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 #3B35AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B35AA is #C4CA55. Grayscale: #434343. Windows color (decimal): -12896854 or 11154747. OLE color: 11154747.

HSL color Cylindrical-coordinate representation of color #3B35AA: hue angle of 243.08º degrees, saturation: 0.52, 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 #3B35AA is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5953170-
CMYK0.650.6900.33
HSL243.08º52.47%43.73%-
HSV(B)243.08º68.82%66.67%-
XYZ10.336.3838.72-
YUV68.13185.49121.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=20.92%
G=18.79%
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
Decimal59531700.650.6900.33243.0852.4743.73
Hex3B35AA4145021f3342c
Octal73652521011050413636454
Binary1110111101011010101010000011000101010000111110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B35AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,170); }

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

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

 a { background-color: rgb(59,53,170); }

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

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

 span { border-color: rgb(59,53,170); }

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