#2A3DC1

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

Shades of Persian Blue #2A3DC1

Tints of Persian Blue #2A3DC1

Color information

#2A3DC1 (or 0x2A3DC1) is unknown color: approx Persian Blue. HEX triplet: 2A, 3D and C1. RGB value is (42,61,193). Sum of RGB (Red+Green+Blue) = 42+61+193=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A3DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DC1 is #D5C23E. Grayscale: #454545. Windows color (decimal): -14008895 or 12664106. OLE color: 12664106.

HSL color Cylindrical-coordinate representation of color #2A3DC1: hue angle of 232.45º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A3DC1 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4261193-
CMYK0.780.6800.24
HSL232.45º64.26%46.08%-
HSV(B)232.45º78.24%75.69%-
XYZ12.257.6851.29-
YUV70.37197.21107.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 61 (24.22% from 255) = 20.61%
BLUE value IS 193 (75.78% from 255) = 65.20%
R=14.19%
G=20.61%
B=65.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42611930.780.6800.24232.4564.2646.08
Hex2A3DC14E44018e8402e
Octal527530111610403035010056
Binary1010101111011100000110011101000100011000111010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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