#2F3CBA

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

Shades of Persian Blue #2F3CBA

Tints of Persian Blue #2F3CBA

Color information

#2F3CBA (or 0x2F3CBA) is unknown color: approx Persian Blue. HEX triplet: 2F, 3C and BA. RGB value is (47,60,186). Sum of RGB (Red+Green+Blue) = 47+60+186=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3CBA is #D0C345. Grayscale: #454545. Windows color (decimal): -13681478 or 12205103. OLE color: 12205103.

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

Color convert

RGB4760186-
CMYK0.750.6800.27
HSL234.39º59.66%45.69%-
HSV(B)234.39º74.73%72.94%-
XYZ11.657.3847.27-
YUV70.48193.19111.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.04%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=16.04%
G=20.48%
B=63.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47601860.750.6800.27234.3959.6645.69
Hex2F3CBA4B4401Bea3c2e
Octal57742721131040333527456
Binary101111111100101110101001011100010001101111101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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