#2A2FBA

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

Shades of Persian Blue #2A2FBA

Tints of Persian Blue #2A2FBA

Color information

#2A2FBA (or 0x2A2FBA) is unknown color: approx Persian Blue. HEX triplet: 2A, 2F and BA. RGB value is (42,47,186). Sum of RGB (Red+Green+Blue) = 42+47+186=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 47 (18.75% from 255 or 17.09% 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 #2A2FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2FBA is #D5D045. Grayscale: #3C3C3C. Windows color (decimal): -14012486 or 12201770. OLE color: 12201770.

HSL color Cylindrical-coordinate representation of color #2A2FBA: hue angle of 237.92º 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 #2A2FBA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4247186-
CMYK0.770.7500.27
HSL237.92º63.16%44.71%-
HSV(B)237.92º77.42%72.94%-
XYZ10.836.0747.06-
YUV61.35198.34114.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42471860.770.7500.27237.9263.1644.71
Hex2A2FBA4D4B01Bee3f2d
Octal52572721151130333567755
Binary101010101111101110101001101100101101101111101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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