#2A26DB

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

Shades of Persian Blue #2A26DB

Tints of Persian Blue #2A26DB

Color information

#2A26DB (or 0x2A26DB) is unknown color: approx Persian Blue. HEX triplet: 2A, 26 and DB. RGB value is (42,38,219). Sum of RGB (Red+Green+Blue) = 42+38+219=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A26DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A26DB is #D5D924. Grayscale: #3B3B3B. Windows color (decimal): -14014757 or 14362154. OLE color: 14362154.

HSL color Cylindrical-coordinate representation of color #2A26DB: hue angle of 241.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A26DB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4238219-
CMYK0.810.8300.14
HSL241.33º71.54%50.39%-
HSV(B)241.33º82.65%85.88%-
XYZ14.436.9967.61-
YUV59.83217.83115.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 219 (85.94% from 255) = 73.24%
R=14.05%
G=12.71%
B=73.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal42382190.810.8300.14241.3371.5450.39
Hex2A26DB51530Ef14832
Octal524633312112301636111062
Binary101010100110110110111010001101001101110111100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A26DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,219); }

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

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

 a { background-color: rgb(42,38,219); }

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

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

 span { border-color: rgb(42,38,219); }

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