#2F23AA

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

Shades of Persian Blue #2F23AA

Tints of Persian Blue #2F23AA

Color information

#2F23AA (or 0x2F23AA) is unknown color: approx Persian Blue. HEX triplet: 2F, 23 and AA. RGB value is (47,35,170). Sum of RGB (Red+Green+Blue) = 47+35+170=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F23AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F23AA is #D0DC55. Grayscale: #353535. Windows color (decimal): -13687894 or 11150127. OLE color: 11150127.

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

Color convert

RGB4735170-
CMYK0.720.7900.33
HSL245.33º65.85%40.2%-
HSV(B)245.33º79.41%66.67%-
XYZ9.034.7138.46-
YUV53.98193.48123.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=18.65%
G=13.89%
B=67.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47351700.720.7900.33245.3365.8540.2
Hex2F23AA484F021f54228
Octal574325211011704136510250
Binary10111110001110101010100100010011110100001111101011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F23AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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