#2F35AD

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

Shades of Persian Blue #2F35AD

Tints of Persian Blue #2F35AD

Color information

#2F35AD (or 0x2F35AD) is unknown color: approx Persian Blue. HEX triplet: 2F, 35 and AD. RGB value is (47,53,173). Sum of RGB (Red+Green+Blue) = 47+53+173=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F35AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F35AD is #D0CA52. Grayscale: #404040. Windows color (decimal): -13683283 or 11351343. OLE color: 11351343.

HSL color Cylindrical-coordinate representation of color #2F35AD: hue angle of 237.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F35AD is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4753173-
CMYK0.730.6900.32
HSL237.14º57.27%43.14%-
HSV(B)237.14º72.83%67.84%-
XYZ9.996.1740.2-
YUV64.89189.01115.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 173 (67.97% from 255) = 63.37%
R=17.22%
G=19.41%
B=63.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47531730.730.6900.32237.1457.2743.14
Hex2F35AD4945020ed392b
Octal57652551111050403557153
Binary1011111101011010110110010011000101010000011101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F35AD; }

 p { color: rgb(47,53,173); }

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

<style>
 a { background-color: #2F35AD; }

 a { background-color: rgb(47,53,173); }

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

<style>
 span { border-color: #2F35AD; }

 span { border-color: rgb(47,53,173); }

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