#2F3BAA

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

Shades of Persian Blue #2F3BAA

Tints of Persian Blue #2F3BAA

Color information

#2F3BAA (or 0x2F3BAA) is unknown color: approx Persian Blue. HEX triplet: 2F, 3B and AA. RGB value is (47,59,170). Sum of RGB (Red+Green+Blue) = 47+59+170=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3BAA is #D0C455. Grayscale: #434343. Windows color (decimal): -13681750 or 11156271. OLE color: 11156271.

HSL color Cylindrical-coordinate representation of color #2F3BAA: hue angle of 234.15º 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 #2F3BAA is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4759170-
CMYK0.720.6500.33
HSL234.15º56.68%42.55%-
HSV(B)234.15º72.35%66.67%-
XYZ9.996.6338.78-
YUV68.07185.52112.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.03%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 170 (66.80% from 255) = 61.59%
R=17.03%
G=21.38%
B=61.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47591700.720.6500.33234.1556.6842.55
Hex2F3BAA4841021ea392b
Octal57732521101010413527153
Binary1011111110111010101010010001000001010000111101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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