#2a3cd4

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

Shades of Persian Blue #2A3CD4

Tints of Persian Blue #2A3CD4

Color information

#2A3CD4 (or 0x2A3CD4) is unknown color: approx Persian Blue. HEX triplet: 2A, 3C and D4. RGB value is (42,60,212). Sum of RGB (Red+Green+Blue) = 42+60+212=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #2A3CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3CD4 is #D5C32B. Grayscale: #474747. Windows color (decimal): -14009132 or 13909034. OLE color: 13909034.

HSL color Cylindrical-coordinate representation of color #2A3CD4: hue angle of 233.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A3CD4 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4260212-
CMYK0.800.7200.17
HSL233.65º66.93%49.8%-
HSV(B)233.65º80.19%83.14%-
XYZ14.458.4863.16-
YUV71.95207.04106.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 212 (83.20% from 255) = 67.52%
R=13.38%
G=19.11%
B=67.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal42602120.800.7200.17233.6566.9349.8
Hex2A3CD45048011ea4332
Octal527432412011002135210362
Binary1010101111001101010010100001001000010001111010101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a3cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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