#2F3DB2

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

Shades of Persian Blue #2F3DB2

Tints of Persian Blue #2F3DB2

Color information

#2F3DB2 (or 0x2F3DB2) is unknown color: approx Persian Blue. HEX triplet: 2F, 3D and B2. RGB value is (47,61,178). Sum of RGB (Red+Green+Blue) = 47+61+178=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #2F3DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3DB2 is #D0C24D. Grayscale: #454545. Windows color (decimal): -13681230 or 11681071. OLE color: 11681071.

HSL color Cylindrical-coordinate representation of color #2F3DB2: hue angle of 233.59º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F3DB2 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4761178-
CMYK0.740.6600.30
HSL233.59º58.22%44.12%-
HSV(B)233.59º73.6%69.8%-
XYZ10.887.1642.93-
YUV70.15188.86111.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 178 (69.92% from 255) = 62.24%
R=16.43%
G=21.33%
B=62.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47611780.740.6600.30233.5958.2244.12
Hex2F3DB24A4201Eea3a2c
Octal57752621121020363527254
Binary101111111101101100101001010100001001111011101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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