#3A38AA

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

Shades of Blue Gem #3A38AA

Tints of Blue Gem #3A38AA

Color information

#3A38AA (or 0x3A38AA) is unknown color: approx Blue Gem. HEX triplet: 3A, 38 and AA. RGB value is (58,56,170). Sum of RGB (Red+Green+Blue) = 58+56+170=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A38AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A38AA is #C5C755. Grayscale: #454545. Windows color (decimal): -12961622 or 11155514. OLE color: 11155514.

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

Color convert

RGB5856170-
CMYK0.660.6700.33
HSL241.05º50.44%44.31%-
HSV(B)241.05º67.06%66.67%-
XYZ10.416.6338.76-
YUV69.59184.66119.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=20.42%
G=19.72%
B=59.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58561700.660.6700.33241.0550.4444.31
Hex3A38AA4243021f1322c
Octal72702521021030413616254
Binary1110101110001010101010000101000011010000111110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,56,170); }

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

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

 a { background-color: rgb(58,56,170); }

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

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

 span { border-color: rgb(58,56,170); }

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