#2B3BDE

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

Shades of Persian Blue #2B3BDE

Tints of Persian Blue #2B3BDE

Color information

#2B3BDE (or 0x2B3BDE) is unknown color: approx Persian Blue. HEX triplet: 2B, 3B and DE. RGB value is (43,59,222). Sum of RGB (Red+Green+Blue) = 43+59+222=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B3BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BDE is #D4C421. Grayscale: #484848. Windows color (decimal): -13943842 or 14564139. OLE color: 14564139.

HSL color Cylindrical-coordinate representation of color #2B3BDE: hue angle of 234.64º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B3BDE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4359222-
CMYK0.810.7300.13
HSL234.64º73.06%51.96%-
HSV(B)234.64º80.63%87.06%-
XYZ15.758.9270-
YUV72.8212.2106.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.27%
GREEN value IS 59 (23.44% from 255) = 18.21%
BLUE value IS 222 (87.11% from 255) = 68.52%
R=13.27%
G=18.21%
B=68.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43592220.810.7300.13234.6473.0651.96
Hex2B3BDE51490Deb4934
Octal537333612111101535311164
Binary101011111011110111101010001100100101101111010111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,59,222); }

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

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

 a { background-color: rgb(43,59,222); }

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

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

 span { border-color: rgb(43,59,222); }

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