#2F2CBE

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

Shades of Persian Blue #2F2CBE

Tints of Persian Blue #2F2CBE

Color information

#2F2CBE (or 0x2F2CBE) is unknown color: approx Persian Blue. HEX triplet: 2F, 2C and BE. RGB value is (47,44,190). Sum of RGB (Red+Green+Blue) = 47+44+190=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F2CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CBE is #D0D341. Grayscale: #3C3C3C. Windows color (decimal): -13685570 or 12463151. OLE color: 12463151.

HSL color Cylindrical-coordinate representation of color #2F2CBE: hue angle of 241.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2CBE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4744190-
CMYK0.750.7700.25
HSL241.23º62.39%45.88%-
HSV(B)241.23º76.84%74.51%-
XYZ11.376.1249.3-
YUV61.54200.49117.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=16.73%
G=15.66%
B=67.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47441900.750.7700.25241.2362.3945.88
Hex2F2CBE4B4D019f13e2e
Octal57542761131150313617656
Binary101111101100101111101001011100110101100111110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,190); }

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

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

 a { background-color: rgb(47,44,190); }

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

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

 span { border-color: rgb(47,44,190); }

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