#3833AA

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

Shades of Blue Gem #3833AA

Tints of Blue Gem #3833AA

Color information

#3833AA (or 0x3833AA) is unknown color: approx Blue Gem. HEX triplet: 38, 33 and AA. RGB value is (56,51,170). Sum of RGB (Red+Green+Blue) = 56+51+170=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #3833AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3833AA is #C7CC55. Grayscale: #414141. Windows color (decimal): -13093974 or 11154232. OLE color: 11154232.

HSL color Cylindrical-coordinate representation of color #3833AA: hue angle of 242.52º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3833AA is Cyan = 0.67, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5651170-
CMYK0.670.700.33
HSL242.52º53.85%43.33%-
HSV(B)242.52º70%66.67%-
XYZ10.076.1138.68-
YUV66.06186.66120.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 170 (66.80% from 255) = 61.37%
R=20.22%
G=18.41%
B=61.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56511700.670.700.33242.5253.8543.33
Hex3833AA4346021f3362b
Octal70632521031060413636653
Binary1110001100111010101010000111000110010000111110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3833AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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