#2A3CDD

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

Shades of Persian Blue #2A3CDD

Tints of Persian Blue #2A3CDD

Color information

#2A3CDD (or 0x2A3CDD) is unknown color: approx Persian Blue. HEX triplet: 2A, 3C and DD. RGB value is (42,60,221). Sum of RGB (Red+Green+Blue) = 42+60+221=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3CDD is #D5C322. Grayscale: #484848. Windows color (decimal): -14009123 or 14498858. OLE color: 14498858.

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

Color convert

RGB4260221-
CMYK0.810.7300.13
HSL233.97º72.47%51.57%-
HSV(B)233.97º81%86.67%-
XYZ15.628.9469.31-
YUV72.97211.54105.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 221 (86.72% from 255) = 68.42%
R=13.00%
G=18.58%
B=68.42%

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
Decimal42602210.810.7300.13233.9772.4751.57
Hex2A3CDD51490Dea4834
Octal527433512111101535211064
Binary101010111100110111011010001100100101101111010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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