#3135CF

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

Shades of Persian Blue #3135CF

Tints of Persian Blue #3135CF

Color information

#3135CF (or 0x3135CF) is unknown color: approx Persian Blue. HEX triplet: 31, 35 and CF. RGB value is (49,53,207). Sum of RGB (Red+Green+Blue) = 49+53+207=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #3135CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3135CF is #CECA30. Grayscale: #444444. Windows color (decimal): -13552177 or 13579569. OLE color: 13579569.

HSL color Cylindrical-coordinate representation of color #3135CF: hue angle of 238.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3135CF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4953207-
CMYK0.760.7400.19
HSL238.48º62.2%50.2%-
HSV(B)238.48º76.33%81.18%-
XYZ13.87.759.79-
YUV69.36205.67113.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 207 (81.25% from 255) = 66.99%
R=15.86%
G=17.15%
B=66.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal49532070.760.7400.19238.4862.250.2
Hex3135CF4C4A013ee3e32
Octal61653171141120233567662
Binary110001110101110011111001100100101001001111101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3135CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3135CF; }

 p { color: rgb(49,53,207); }

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

<style>
 a { background-color: #3135CF; }

 a { background-color: rgb(49,53,207); }

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

<style>
 span { border-color: #3135CF; }

 span { border-color: rgb(49,53,207); }

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