#2A3EBD

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

Shades of Persian Blue #2A3EBD

Tints of Persian Blue #2A3EBD

Color information

#2A3EBD (or 0x2A3EBD) is unknown color: approx Persian Blue. HEX triplet: 2A, 3E and BD. RGB value is (42,62,189). Sum of RGB (Red+Green+Blue) = 42+62+189=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A3EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3EBD is #D5C142. Grayscale: #454545. Windows color (decimal): -14008643 or 12402218. OLE color: 12402218.

HSL color Cylindrical-coordinate representation of color #2A3EBD: hue angle of 231.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A3EBD is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4262189-
CMYK0.780.6700.26
HSL231.84º63.64%45.29%-
HSV(B)231.84º77.78%74.12%-
XYZ11.867.6148.99-
YUV70.5194.87107.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=14.33%
G=21.16%
B=64.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42621890.780.6700.26231.8463.6445.29
Hex2A3EBD4E4301Ae8402d
Octal527627511610303235010055
Binary1010101111101011110110011101000011011010111010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,62,189); }

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

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

 a { background-color: rgb(42,62,189); }

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

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

 span { border-color: rgb(42,62,189); }

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