#2A3DBA

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

Shades of Persian Blue #2A3DBA

Tints of Persian Blue #2A3DBA

Color information

#2A3DBA (or 0x2A3DBA) is unknown color: approx Persian Blue. HEX triplet: 2A, 3D and BA. RGB value is (42,61,186). Sum of RGB (Red+Green+Blue) = 42+61+186=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DBA is #D5C245. Grayscale: #454545. Windows color (decimal): -14008902 or 12205354. OLE color: 12205354.

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

Color convert

RGB4261186-
CMYK0.770.6700.27
HSL232.08º63.16%44.71%-
HSV(B)232.08º77.42%72.94%-
XYZ11.497.3747.27-
YUV69.57193.71108.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=14.53%
G=21.11%
B=64.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42611860.770.6700.27232.0863.1644.71
Hex2A3DBA4D4301Be83f2d
Octal52752721151030333507755
Binary101010111101101110101001101100001101101111101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,61,186); }

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

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

 a { background-color: rgb(42,61,186); }

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

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

 span { border-color: rgb(42,61,186); }

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