#2B25DA

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

Shades of Persian Blue #2B25DA

Tints of Persian Blue #2B25DA

Color information

#2B25DA (or 0x2B25DA) is unknown color: approx Persian Blue. HEX triplet: 2B, 25 and DA. RGB value is (43,37,218). Sum of RGB (Red+Green+Blue) = 43+37+218=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B25DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B25DA is #D4DA25. Grayscale: #3A3A3A. Windows color (decimal): -13949478 or 14296363. OLE color: 14296363.

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

Color convert

RGB4337218-
CMYK0.800.8300.15
HSL241.99º70.98%50%-
HSV(B)241.99º83.03%85.49%-
XYZ14.316.966.91-
YUV59.43217.49116.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 218 (85.55% from 255) = 73.15%
R=14.43%
G=12.42%
B=73.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal43372180.800.8300.15241.9970.9850
Hex2B25DA50530Ff24732
Octal534533212012301736210762
Binary101011100101110110101010000101001101111111100101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B25DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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