#2F42AA

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

Shades of Persian Blue #2F42AA

Tints of Persian Blue #2F42AA

Color information

#2F42AA (or 0x2F42AA) is unknown color: approx Persian Blue. HEX triplet: 2F, 42 and AA. RGB value is (47,66,170). Sum of RGB (Red+Green+Blue) = 47+66+170=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F42AA is #D0BD55. Grayscale: #474747. Windows color (decimal): -13679958 or 11158063. OLE color: 11158063.

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

Color convert

RGB4766170-
CMYK0.720.6100.33
HSL230.73º56.68%42.55%-
HSV(B)230.73º72.35%66.67%-
XYZ10.387.438.91-
YUV72.18183.21110.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=16.61%
G=23.32%
B=60.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47661700.720.6100.33230.7356.6842.55
Hex2F42AA483D021e7392b
Octal57102252110750413477153
Binary1011111000010101010101001000111101010000111100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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