#2a41bb

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

Shades of Persian Blue #2A41BB

Tints of Persian Blue #2A41BB

Color information

#2A41BB (or 0x2A41BB) is unknown color: approx Persian Blue. HEX triplet: 2A, 41 and BB. RGB value is (42,65,187). Sum of RGB (Red+Green+Blue) = 42+65+187=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A41BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A41BB is #D5BE44. Grayscale: #474747. Windows color (decimal): -14007877 or 12271914. OLE color: 12271914.

HSL color Cylindrical-coordinate representation of color #2A41BB: hue angle of 230.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A41BB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4265187-
CMYK0.780.6500.27
HSL230.48º63.32%44.9%-
HSV(B)230.48º77.54%73.33%-
XYZ11.817.8647.91-
YUV72.03192.88106.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=14.29%
G=22.11%
B=63.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42651870.780.6500.27230.4863.3244.9
Hex2A41BB4E4101Be63f2d
Octal521012731161010333467755
Binary1010101000001101110111001110100000101101111100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a41bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,187); }

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

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

 a { background-color: rgb(42,65,187); }

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

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

 span { border-color: rgb(42,65,187); }

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