#2F2DBE

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

Shades of Persian Blue #2F2DBE

Tints of Persian Blue #2F2DBE

Color information

#2F2DBE (or 0x2F2DBE) is unknown color: approx Persian Blue. HEX triplet: 2F, 2D and BE. RGB value is (47,45,190). Sum of RGB (Red+Green+Blue) = 47+45+190=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F2DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2DBE is #D0D241. Grayscale: #3D3D3D. Windows color (decimal): -13685314 or 12463407. OLE color: 12463407.

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

Color convert

RGB4745190-
CMYK0.750.7600.25
HSL240.83º61.7%46.08%-
HSV(B)240.83º76.32%74.51%-
XYZ11.46.249.31-
YUV62.13200.16117.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.67%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=16.67%
G=15.96%
B=67.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47451900.750.7600.25240.8361.746.08
Hex2F2DBE4B4C019f13e2e
Octal57552761131140313617656
Binary101111101101101111101001011100110001100111110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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