#2D3CE1

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

Shades of Persian Blue #2D3CE1

Tints of Persian Blue #2D3CE1

Color information

#2D3CE1 (or 0x2D3CE1) is unknown color: approx Persian Blue. HEX triplet: 2D, 3C and E1. RGB value is (45,60,225). Sum of RGB (Red+Green+Blue) = 45+60+225=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #2D3CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3CE1 is #D2C31E. Grayscale: #494949. Windows color (decimal): -13812511 or 14761005. OLE color: 14761005.

HSL color Cylindrical-coordinate representation of color #2D3CE1: hue angle of 235º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D3CE1 is Cyan = 0.8, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4560225-
CMYK0.80.7300.12
HSL235º75%52.94%-
HSV(B)235º80%88.24%-
XYZ16.299.2372.16-
YUV74.32213.03107.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 225 (88.28% from 255) = 68.18%
R=13.64%
G=18.18%
B=68.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45602250.80.7300.122357552.94
Hex2D3CE150490Ceb4b35
Octal557434112011101435311365
Binary101101111100111000011010000100100101100111010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,60,225); }

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

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

 a { background-color: rgb(45,60,225); }

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

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

 span { border-color: rgb(45,60,225); }

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