#2A3AD7

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

Shades of Persian Blue #2A3AD7

Tints of Persian Blue #2A3AD7

Color information

#2A3AD7 (or 0x2A3AD7) is unknown color: approx Persian Blue. HEX triplet: 2A, 3A and D7. RGB value is (42,58,215). Sum of RGB (Red+Green+Blue) = 42+58+215=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #2A3AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3AD7 is #D5C528. Grayscale: #464646. Windows color (decimal): -14009641 or 14105130. OLE color: 14105130.

HSL color Cylindrical-coordinate representation of color #2A3AD7: hue angle of 234.45º 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 #2A3AD7 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4258215-
CMYK0.800.7300.16
HSL234.45º68.38%50.39%-
HSV(B)234.45º80.47%84.31%-
XYZ14.738.4265.14-
YUV71.11209.2107.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 215 (84.38% from 255) = 68.25%
R=13.33%
G=18.41%
B=68.25%

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
Decimal42582150.800.7300.16234.4568.3850.39
Hex2A3AD75049010ea4432
Octal527232712011102035210462
Binary1010101110101101011110100001001001010000111010101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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