#351BA7

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

Shades of Blue Gem #351BA7

Tints of Blue Gem #351BA7

Color information

#351BA7 (or 0x351BA7) is unknown color: approx Blue Gem. HEX triplet: 35, 1B and A7. RGB value is (53,27,167). Sum of RGB (Red+Green+Blue) = 53+27+167=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #351BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351BA7 is #CAE458. Grayscale: #323232. Windows color (decimal): -13296729 or 10951477. OLE color: 10951477.

HSL color Cylindrical-coordinate representation of color #351BA7: hue angle of 251.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351BA7 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5327167-
CMYK0.680.8400.35
HSL251.14º72.16%38.04%-
HSV(B)251.14º83.83%65.49%-
XYZ8.844.3336.93-
YUV50.73193.61129.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 167 (65.62% from 255) = 67.61%
R=21.46%
G=10.93%
B=67.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53271670.680.8400.35251.1472.1638.04
Hex351BA74454023fb4826
Octal653324710412404337311046
Binary1101011101110100111100010010101000100011111110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351BA7; }

 p { color: rgb(53,27,167); }

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

<style>
 a { background-color: #351BA7; }

 a { background-color: rgb(53,27,167); }

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

<style>
 span { border-color: #351BA7; }

 span { border-color: rgb(53,27,167); }

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