#35239E

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

Shades of Blue Gem #35239E

Tints of Blue Gem #35239E

Color information

#35239E (or 0x35239E) is unknown color: approx Blue Gem. HEX triplet: 35, 23 and 9E. RGB value is (53,35,158). Sum of RGB (Red+Green+Blue) = 53+35+158=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #35239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35239E is #CADC61. Grayscale: #353535. Windows color (decimal): -13294690 or 10363701. OLE color: 10363701.

HSL color Cylindrical-coordinate representation of color #35239E: hue angle of 248.78º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35239E is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5335158-
CMYK0.660.7800.38
HSL248.78º63.73%37.84%-
HSV(B)248.78º77.85%61.96%-
XYZ8.244.4332.77-
YUV54.4186.46127-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=21.54%
G=14.23%
B=64.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53351580.660.7800.38248.7863.7337.84
Hex35239E424E026f94026
Octal654323610211604637110046
Binary11010110001110011110100001010011100100110111110011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35239E; }

 p { color: rgb(53,35,158); }

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

<style>
 a { background-color: #35239E; }

 a { background-color: rgb(53,35,158); }

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

<style>
 span { border-color: #35239E; }

 span { border-color: rgb(53,35,158); }

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