#2B22DA

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

Shades of Persian Blue #2B22DA

Tints of Persian Blue #2B22DA

Color information

#2B22DA (or 0x2B22DA) is unknown color: approx Persian Blue. HEX triplet: 2B, 22 and DA. RGB value is (43,34,218). Sum of RGB (Red+Green+Blue) = 43+34+218=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B22DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B22DA is #D4DD25. Grayscale: #383838. Windows color (decimal): -13950246 or 14295595. OLE color: 14295595.

HSL color Cylindrical-coordinate representation of color #2B22DA: hue angle of 242.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B22DA is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4334218-
CMYK0.800.8400.15
HSL242.93º73.02%49.41%-
HSV(B)242.93º84.4%85.49%-
XYZ14.226.7266.88-
YUV57.67218.48117.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 218 (85.55% from 255) = 73.90%
R=14.58%
G=11.53%
B=73.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal43342180.800.8400.15242.9373.0249.41
Hex2B22DA50540Ff34931
Octal534233212012401736311161
Binary101011100010110110101010000101010001111111100111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B22DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,218); }

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

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

 a { background-color: rgb(43,34,218); }

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

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

 span { border-color: rgb(43,34,218); }

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