#2F3DBA

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

Shades of Persian Blue #2F3DBA

Tints of Persian Blue #2F3DBA

Color information

#2F3DBA (or 0x2F3DBA) is unknown color: approx Persian Blue. HEX triplet: 2F, 3D and BA. RGB value is (47,61,186). Sum of RGB (Red+Green+Blue) = 47+61+186=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3DBA is #D0C245. Grayscale: #464646. Windows color (decimal): -13681222 or 12205359. OLE color: 12205359.

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

Color convert

RGB4761186-
CMYK0.750.6700.27
HSL233.96º59.66%45.69%-
HSV(B)233.96º74.73%72.94%-
XYZ11.77.4947.28-
YUV71.06192.86110.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=15.99%
G=20.75%
B=63.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47611860.750.6700.27233.9659.6645.69
Hex2F3DBA4B4301Bea3c2e
Octal57752721131030333527456
Binary101111111101101110101001011100001101101111101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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