#351FC8

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

Shades of Persian Blue #351FC8

Tints of Persian Blue #351FC8

Color information

#351FC8 (or 0x351FC8) is unknown color: approx Persian Blue. HEX triplet: 35, 1F and C8. RGB value is (53,31,200). Sum of RGB (Red+Green+Blue) = 53+31+200=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 200 (78.52% from 255 or 70.42% from 284); Max value from RGB is 200 - color contains mainly: blue. Hex color #351FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FC8 is #CAE037. Grayscale: #383838. Windows color (decimal): -13295672 or 13115189. OLE color: 13115189.

HSL color Cylindrical-coordinate representation of color #351FC8: hue angle of 247.81º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351FC8 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5331200-
CMYK0.740.8400.22
HSL247.81º73.16%45.29%-
HSV(B)247.81º84.5%78.43%-
XYZ12.385.9155.13-
YUV56.84208.79125.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 200 (78.52% from 255) = 70.42%
R=18.66%
G=10.92%
B=70.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal53312000.740.8400.22247.8173.1645.29
Hex351FC84A54016f8492d
Octal653731011212402637011155
Binary110101111111100100010010101010100010110111110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,200); }

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

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

 a { background-color: rgb(53,31,200); }

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

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

 span { border-color: rgb(53,31,200); }

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