#2A3BD7

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

Shades of Persian Blue #2A3BD7

Tints of Persian Blue #2A3BD7

Color information

#2A3BD7 (or 0x2A3BD7) is unknown color: approx Persian Blue. HEX triplet: 2A, 3B and D7. RGB value is (42,59,215). Sum of RGB (Red+Green+Blue) = 42+59+215=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #2A3BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3BD7 is #D5C428. Grayscale: #474747. Windows color (decimal): -14009385 or 14105386. OLE color: 14105386.

HSL color Cylindrical-coordinate representation of color #2A3BD7: hue angle of 234.1º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A3BD7 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4259215-
CMYK0.800.7300.16
HSL234.1º68.38%50.39%-
HSV(B)234.1º80.47%84.31%-
XYZ14.788.5365.16-
YUV71.7208.87106.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 59 (23.44% from 255) = 18.67%
BLUE value IS 215 (84.38% from 255) = 68.04%
R=13.29%
G=18.67%
B=68.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal42592150.800.7300.16234.168.3850.39
Hex2A3BD75049010ea4432
Octal527332712011102035210462
Binary1010101110111101011110100001001001010000111010101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,59,215); }

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

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

 a { background-color: rgb(42,59,215); }

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

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

 span { border-color: rgb(42,59,215); }

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