#4235AD

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

Shades of Blue Gem #4235AD

Tints of Blue Gem #4235AD

Color information

#4235AD (or 0x4235AD) is unknown color: approx Blue Gem. HEX triplet: 42, 35 and AD. RGB value is (66,53,173). Sum of RGB (Red+Green+Blue) = 66+53+173=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #4235AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4235AD is #BDCA52. Grayscale: #464646. Windows color (decimal): -12438099 or 11351362. OLE color: 11351362.

HSL color Cylindrical-coordinate representation of color #4235AD: hue angle of 246.5º 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 #4235AD is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6653173-
CMYK0.620.6900.32
HSL246.5º53.1%44.31%-
HSV(B)246.5º69.36%67.84%-
XYZ11.066.7240.25-
YUV70.57185.81124.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=22.60%
G=18.15%
B=59.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66531730.620.6900.32246.553.144.31
Hex4235AD3E45020f6352c
Octal10265255761050403666554
Binary1000010110101101011011111101000101010000011110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4235AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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