#2641AD

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

Shades of Persian Blue #2641AD

Tints of Persian Blue #2641AD

Color information

#2641AD (or 0x2641AD) is unknown color: approx Persian Blue. HEX triplet: 26, 41 and AD. RGB value is (38,65,173). Sum of RGB (Red+Green+Blue) = 38+65+173=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #2641AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2641AD is #D9BE52. Grayscale: #444444. Windows color (decimal): -14270035 or 11354406. OLE color: 11354406.

HSL color Cylindrical-coordinate representation of color #2641AD: hue angle of 228º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2641AD is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3865173-
CMYK0.780.6200.32
HSL228º63.98%41.37%-
HSV(B)228º78.03%67.84%-
XYZ10.237.2140.39-
YUV69.24186.55105.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 173 (67.97% from 255) = 62.68%
R=13.77%
G=23.55%
B=62.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38651730.780.6200.3222863.9841.37
Hex2641AD4E3E020e44029
Octal461012551167604034410051
Binary10011010000011010110110011101111100100000111001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2641AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2641AD; }

 p { color: rgb(38,65,173); }

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

<style>
 a { background-color: #2641AD; }

 a { background-color: rgb(38,65,173); }

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

<style>
 span { border-color: #2641AD; }

 span { border-color: rgb(38,65,173); }

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