#2A3FAB

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

Shades of Persian Blue #2A3FAB

Tints of Persian Blue #2A3FAB

Color information

#2A3FAB (or 0x2A3FAB) is unknown color: approx Persian Blue. HEX triplet: 2A, 3F and AB. RGB value is (42,63,171). Sum of RGB (Red+Green+Blue) = 42+63+171=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3FAB is #D5C054. Grayscale: #444444. Windows color (decimal): -14008405 or 11222826. OLE color: 11222826.

HSL color Cylindrical-coordinate representation of color #2A3FAB: hue angle of 230.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A3FAB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4263171-
CMYK0.750.6300.33
HSL230.23º60.56%41.76%-
HSV(B)230.23º75.44%67.06%-
XYZ10.086.9939.35-
YUV69.03185.54108.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=15.22%
G=22.83%
B=61.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42631710.750.6300.33230.2360.5641.76
Hex2A3FAB4B3F021e63d2a
Octal5277253113770413467552
Binary101010111111101010111001011111111010000111100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,171); }

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

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

 a { background-color: rgb(42,63,171); }

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

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

 span { border-color: rgb(42,63,171); }

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