#2A3FDC

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

Shades of Persian Blue #2A3FDC

Tints of Persian Blue #2A3FDC

Color information

#2A3FDC (or 0x2A3FDC) is unknown color: approx Persian Blue. HEX triplet: 2A, 3F and DC. RGB value is (42,63,220). Sum of RGB (Red+Green+Blue) = 42+63+220=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A3FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3FDC is #D5C023. Grayscale: #494949. Windows color (decimal): -14008356 or 14434090. OLE color: 14434090.

HSL color Cylindrical-coordinate representation of color #2A3FDC: hue angle of 232.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3FDC is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4263220-
CMYK0.810.7100.14
HSL232.92º71.77%51.37%-
HSV(B)232.92º80.91%86.27%-
XYZ15.659.2168.66-
YUV74.62210.04104.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 220 (86.33% from 255) = 67.69%
R=12.92%
G=19.38%
B=67.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal42632200.810.7100.14232.9271.7751.37
Hex2A3FDC51470Ee94833
Octal527733412110701635111063
Binary101010111111110111001010001100011101110111010011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,220); }

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

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

 a { background-color: rgb(42,63,220); }

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

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

 span { border-color: rgb(42,63,220); }

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