#2A3EBC

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

Shades of Persian Blue #2A3EBC

Tints of Persian Blue #2A3EBC

Color information

#2A3EBC (or 0x2A3EBC) is unknown color: approx Persian Blue. HEX triplet: 2A, 3E and BC. RGB value is (42,62,188). Sum of RGB (Red+Green+Blue) = 42+62+188=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3EBC is #D5C143. Grayscale: #454545. Windows color (decimal): -14008644 or 12336682. OLE color: 12336682.

HSL color Cylindrical-coordinate representation of color #2A3EBC: hue angle of 231.78º degrees, saturation: 0.63, 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 #2A3EBC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4262188-
CMYK0.780.6700.26
HSL231.78º63.48%45.1%-
HSV(B)231.78º77.66%73.73%-
XYZ11.757.5748.42-
YUV70.38194.37107.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 188 (73.83% from 255) = 64.38%
R=14.38%
G=21.23%
B=64.38%

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
Decimal42621880.780.6700.26231.7863.4845.1
Hex2A3EBC4E4301Ae83f2d
Octal52762741161030323507755
Binary101010111110101111001001110100001101101011101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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