#2F23A7

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

Shades of Persian Blue #2F23A7

Tints of Persian Blue #2F23A7

Color information

#2F23A7 (or 0x2F23A7) is unknown color: approx Persian Blue. HEX triplet: 2F, 23 and A7. RGB value is (47,35,167). Sum of RGB (Red+Green+Blue) = 47+35+167=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 167 (65.62% from 255 or 67.07% from 249); Max value from RGB is 167 - color contains mainly: blue. Hex color #2F23A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F23A7 is #D0DC58. Grayscale: #353535. Windows color (decimal): -13687897 or 10953519. OLE color: 10953519.

HSL color Cylindrical-coordinate representation of color #2F23A7: hue angle of 245.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F23A7 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4735167-
CMYK0.720.7900.35
HSL245.45º65.35%39.61%-
HSV(B)245.45º79.04%65.49%-
XYZ8.754.636.99-
YUV53.64191.98123.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 167 (65.62% from 255) = 67.07%
R=18.88%
G=14.06%
B=67.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47351670.720.7900.35245.4565.3539.61
Hex2F23A7484F023f54128
Octal574324711011704336510150
Binary10111110001110100111100100010011110100011111101011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F23A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,167); }

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

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

 a { background-color: rgb(47,35,167); }

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

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

 span { border-color: rgb(47,35,167); }

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