#2B2ED4

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

Shades of Persian Blue #2B2ED4

Tints of Persian Blue #2B2ED4

Color information

#2B2ED4 (or 0x2B2ED4) is unknown color: approx Persian Blue. HEX triplet: 2B, 2E and D4. RGB value is (43,46,212). Sum of RGB (Red+Green+Blue) = 43+46+212=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 212 (83.20% from 255 or 70.43% from 301); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B2ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2ED4 is #D4D12B. Grayscale: #3F3F3F. Windows color (decimal): -13947180 or 13905451. OLE color: 13905451.

HSL color Cylindrical-coordinate representation of color #2B2ED4: hue angle of 238.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B2ED4 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4346212-
CMYK0.800.7800.17
HSL238.93º66.27%50%-
HSV(B)238.93º79.72%83.14%-
XYZ13.867.2262.95-
YUV64.03211.51113-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 212 (83.20% from 255) = 70.43%
R=14.29%
G=15.28%
B=70.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43462120.800.7800.17238.9366.2750
Hex2B2ED4504E011ef4232
Octal535632412011602135710262
Binary1010111011101101010010100001001110010001111011111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,212); }

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

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

 a { background-color: rgb(43,46,212); }

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

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

 span { border-color: rgb(43,46,212); }

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