#2b3ce1

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

Shades of Persian Blue #2B3CE1

Tints of Persian Blue #2B3CE1

Color information

#2B3CE1 (or 0x2B3CE1) is unknown color: approx Persian Blue. HEX triplet: 2B, 3C and E1. RGB value is (43,60,225). Sum of RGB (Red+Green+Blue) = 43+60+225=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B3CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CE1 is #D4C31E. Grayscale: #494949. Windows color (decimal): -13943583 or 14761003. OLE color: 14761003.

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

Color convert

RGB4360225-
CMYK0.810.7300.12
HSL234.4º75.21%52.55%-
HSV(B)234.4º80.89%88.24%-
XYZ16.29.1872.15-
YUV73.73213.37106.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.11%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 225 (88.28% from 255) = 68.60%
R=13.11%
G=18.29%
B=68.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal43602250.810.7300.12234.475.2152.55
Hex2B3CE151490Cea4b35
Octal537434112111101435211365
Binary101011111100111000011010001100100101100111010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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