#2F2ABA

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

Shades of Persian Blue #2F2ABA

Tints of Persian Blue #2F2ABA

Color information

#2F2ABA (or 0x2F2ABA) is unknown color: approx Persian Blue. HEX triplet: 2F, 2A and BA. RGB value is (47,42,186). Sum of RGB (Red+Green+Blue) = 47+42+186=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F2ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ABA is #D0D545. Grayscale: #3B3B3B. Windows color (decimal): -13686086 or 12200495. OLE color: 12200495.

HSL color Cylindrical-coordinate representation of color #2F2ABA: hue angle of 242.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2ABA is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4742186-
CMYK0.750.7700.27
HSL242.08º63.16%44.71%-
HSV(B)242.08º77.42%72.94%-
XYZ10.865.8147-
YUV59.91199.16118.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.09%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=17.09%
G=15.27%
B=67.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47421860.750.7700.27242.0863.1644.71
Hex2F2ABA4B4D01Bf23f2d
Octal57522721131150333627755
Binary101111101010101110101001011100110101101111110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,42,186); }

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

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

 a { background-color: rgb(47,42,186); }

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

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

 span { border-color: rgb(47,42,186); }

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