#4235A0

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

Shades of Blue Gem #4235A0

Tints of Blue Gem #4235A0

Color information

#4235A0 (or 0x4235A0) is unknown color: approx Blue Gem. HEX triplet: 42, 35 and A0. RGB value is (66,53,160). Sum of RGB (Red+Green+Blue) = 66+53+160=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #4235A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4235A0 is #BDCA5F. Grayscale: #444444. Windows color (decimal): -12438112 or 10499394. OLE color: 10499394.

HSL color Cylindrical-coordinate representation of color #4235A0: hue angle of 247.29º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4235A0 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6653160-
CMYK0.590.6700.37
HSL247.29º50.23%41.76%-
HSV(B)247.29º66.87%62.75%-
XYZ9.876.2433.94-
YUV69.09179.31125.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 160 (62.89% from 255) = 57.35%
R=23.66%
G=19.00%
B=57.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66531600.590.6700.37247.2950.2341.76
Hex4235A03B43025f7322a
Octal10265240731030453676252
Binary1000010110101101000001110111000011010010111110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4235A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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