#4334AE

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

Shades of Blue Gem #4334AE

Tints of Blue Gem #4334AE

Color information

#4334AE (or 0x4334AE) is unknown color: approx Blue Gem. HEX triplet: 43, 34 and AE. RGB value is (67,52,174). Sum of RGB (Red+Green+Blue) = 67+52+174=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #4334AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4334AE is #BCCB51. Grayscale: #454545. Windows color (decimal): -12372818 or 11416643. OLE color: 11416643.

HSL color Cylindrical-coordinate representation of color #4334AE: hue angle of 247.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4334AE is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6752174-
CMYK0.610.7000.32
HSL247.38º53.98%44.31%-
HSV(B)247.38º70.11%68.24%-
XYZ11.186.7140.75-
YUV70.39186.47125.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=22.87%
G=17.75%
B=59.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67521740.610.7000.32247.3853.9844.31
Hex4334AE3D46020f7362c
Octal10364256751060403676654
Binary1000011110100101011101111011000110010000011110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4334AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4334AE; }

 p { color: rgb(67,52,174); }

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

<style>
 a { background-color: #4334AE; }

 a { background-color: rgb(67,52,174); }

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

<style>
 span { border-color: #4334AE; }

 span { border-color: rgb(67,52,174); }

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