#4335AD

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

Shades of Blue Gem #4335AD

Tints of Blue Gem #4335AD

Color information

#4335AD (or 0x4335AD) is unknown color: approx Blue Gem. HEX triplet: 43, 35 and AD. RGB value is (67,53,173). Sum of RGB (Red+Green+Blue) = 67+53+173=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #4335AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4335AD is #BCCA52. Grayscale: #464646. Windows color (decimal): -12372563 or 11351363. OLE color: 11351363.

HSL color Cylindrical-coordinate representation of color #4335AD: hue angle of 247º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4335AD is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6753173-
CMYK0.610.6900.32
HSL247º53.1%44.31%-
HSV(B)247º69.36%67.84%-
XYZ11.136.7640.25-
YUV70.87185.64125.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=22.87%
G=18.09%
B=59.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67531730.610.6900.3224753.144.31
Hex4335AD3D45020f7352c
Octal10365255751050403676554
Binary1000011110101101011011111011000101010000011110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4335AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4335AD; }

 p { color: rgb(67,53,173); }

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

<style>
 a { background-color: #4335AD; }

 a { background-color: rgb(67,53,173); }

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

<style>
 span { border-color: #4335AD; }

 span { border-color: rgb(67,53,173); }

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