#351EBA

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

Shades of Persian Blue #351EBA

Tints of Persian Blue #351EBA

Color information

#351EBA (or 0x351EBA) is unknown color: approx Persian Blue. HEX triplet: 35, 1E and BA. RGB value is (53,30,186). Sum of RGB (Red+Green+Blue) = 53+30+186=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #351EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351EBA is #CAE145. Grayscale: #363636. Windows color (decimal): -13295942 or 12197429. OLE color: 12197429.

HSL color Cylindrical-coordinate representation of color #351EBA: hue angle of 248.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351EBA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5330186-
CMYK0.720.8400.27
HSL248.85º72.22%42.35%-
HSV(B)248.85º83.87%72.94%-
XYZ10.85.2346.9-
YUV54.66202.12126.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 186 (73.05% from 255) = 69.14%
R=19.70%
G=11.15%
B=69.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53301860.720.8400.27248.8572.2242.35
Hex351EBA485401Bf9482a
Octal653627211012403337111052
Binary110101111101011101010010001010100011011111110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,30,186); }

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

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

 a { background-color: rgb(53,30,186); }

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

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

 span { border-color: rgb(53,30,186); }

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