#2F3EB2

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

Shades of Persian Blue #2F3EB2

Tints of Persian Blue #2F3EB2

Color information

#2F3EB2 (or 0x2F3EB2) is unknown color: approx Persian Blue. HEX triplet: 2F, 3E and B2. RGB value is (47,62,178). Sum of RGB (Red+Green+Blue) = 47+62+178=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #2F3EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3EB2 is #D0C14D. Grayscale: #464646. Windows color (decimal): -13680974 or 11681327. OLE color: 11681327.

HSL color Cylindrical-coordinate representation of color #2F3EB2: hue angle of 233.13º 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 #2F3EB2 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4762178-
CMYK0.740.6500.30
HSL233.13º58.22%44.12%-
HSV(B)233.13º73.6%69.8%-
XYZ10.937.2642.95-
YUV70.74188.53111.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.38%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 178 (69.92% from 255) = 62.02%
R=16.38%
G=21.60%
B=62.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47621780.740.6500.30233.1358.2244.12
Hex2F3EB24A4101Ee93a2c
Octal57762621121010363517254
Binary101111111110101100101001010100000101111011101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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