#351ABD

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

Shades of Persian Blue #351ABD

Tints of Persian Blue #351ABD

Color information

#351ABD (or 0x351ABD) is unknown color: approx Persian Blue. HEX triplet: 35, 1A and BD. RGB value is (53,26,189). Sum of RGB (Red+Green+Blue) = 53+26+189=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #351ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ABD is #CAE542. Grayscale: #343434. Windows color (decimal): -13296963 or 12393013. OLE color: 12393013.

HSL color Cylindrical-coordinate representation of color #351ABD: hue angle of 249.94º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351ABD is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5326189-
CMYK0.720.8600.26
HSL249.94º75.81%42.16%-
HSV(B)249.94º86.24%74.12%-
XYZ11.025.1748.56-
YUV52.66204.95128.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 189 (74.22% from 255) = 70.52%
R=19.78%
G=9.70%
B=70.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53261890.720.8600.26249.9475.8142.16
Hex351ABD485601Afa4c2a
Octal653227511012603237211452
Binary110101110101011110110010001010110011010111110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,189); }

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

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

 a { background-color: rgb(53,26,189); }

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

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

 span { border-color: rgb(53,26,189); }

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