#2A3EBB

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

Shades of Persian Blue #2A3EBB

Tints of Persian Blue #2A3EBB

Color information

#2A3EBB (or 0x2A3EBB) is unknown color: approx Persian Blue. HEX triplet: 2A, 3E and BB. RGB value is (42,62,187). Sum of RGB (Red+Green+Blue) = 42+62+187=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3EBB is #D5C144. Grayscale: #454545. Windows color (decimal): -14008645 or 12271146. OLE color: 12271146.

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

Color convert

RGB4262187-
CMYK0.780.6700.27
HSL231.72º63.32%44.9%-
HSV(B)231.72º77.54%73.33%-
XYZ11.657.5347.85-
YUV70.27193.87107.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 187 (73.44% from 255) = 64.26%
R=14.43%
G=21.31%
B=64.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42621870.780.6700.27231.7263.3244.9
Hex2A3EBB4E4301Be83f2d
Octal52762731161030333507755
Binary101010111110101110111001110100001101101111101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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