#2A3BDD

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

Shades of Persian Blue #2A3BDD

Tints of Persian Blue #2A3BDD

Color information

#2A3BDD (or 0x2A3BDD) is unknown color: approx Persian Blue. HEX triplet: 2A, 3B and DD. RGB value is (42,59,221). Sum of RGB (Red+Green+Blue) = 42+59+221=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3BDD is #D5C422. Grayscale: #474747. Windows color (decimal): -14009379 or 14498602. OLE color: 14498602.

HSL color Cylindrical-coordinate representation of color #2A3BDD: hue angle of 234.3º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3BDD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4259221-
CMYK0.810.7300.13
HSL234.3º72.47%51.57%-
HSV(B)234.3º81%86.67%-
XYZ15.578.8469.29-
YUV72.38211.87106.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 221 (86.72% from 255) = 68.63%
R=13.04%
G=18.32%
B=68.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42592210.810.7300.13234.372.4751.57
Hex2A3BDD51490Dea4834
Octal527333512111101535211064
Binary101010111011110111011010001100100101101111010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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