#3834AA

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

Shades of Blue Gem #3834AA

Tints of Blue Gem #3834AA

Color information

#3834AA (or 0x3834AA) is unknown color: approx Blue Gem. HEX triplet: 38, 34 and AA. RGB value is (56,52,170). Sum of RGB (Red+Green+Blue) = 56+52+170=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #3834AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3834AA is #C7CB55. Grayscale: #424242. Windows color (decimal): -13093718 or 11154488. OLE color: 11154488.

HSL color Cylindrical-coordinate representation of color #3834AA: hue angle of 242.03º 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 #3834AA is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5652170-
CMYK0.670.6900.33
HSL242.03º53.15%43.53%-
HSV(B)242.03º69.41%66.67%-
XYZ10.116.238.69-
YUV66.65186.33120.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=20.14%
G=18.71%
B=61.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56521700.670.6900.33242.0353.1543.53
Hex3834AA4345021f2352c
Octal70642521031050413626554
Binary1110001101001010101010000111000101010000111110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3834AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3834AA; }

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

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

<style>
 a { background-color: #3834AA; }

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

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

<style>
 span { border-color: #3834AA; }

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

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