#2D3FB1

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

Shades of Persian Blue #2D3FB1

Tints of Persian Blue #2D3FB1

Color information

#2D3FB1 (or 0x2D3FB1) is unknown color: approx Persian Blue. HEX triplet: 2D, 3F and B1. RGB value is (45,63,177). Sum of RGB (Red+Green+Blue) = 45+63+177=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #2D3FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3FB1 is #D2C04E. Grayscale: #464646. Windows color (decimal): -13811791 or 11616045. OLE color: 11616045.

HSL color Cylindrical-coordinate representation of color #2D3FB1: hue angle of 231.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D3FB1 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4563177-
CMYK0.750.6400.31
HSL231.82º59.46%43.53%-
HSV(B)231.82º74.58%69.41%-
XYZ10.87.2942.43-
YUV70.61188.04109.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=15.79%
G=22.11%
B=62.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45631770.750.6400.31231.8259.4643.53
Hex2D3FB14B4001Fe83b2c
Octal55772611131000373507354
Binary101101111111101100011001011100000001111111101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,63,177); }

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

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

 a { background-color: rgb(45,63,177); }

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

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

 span { border-color: rgb(45,63,177); }

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