#2643AD

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

Shades of Persian Blue #2643AD

Tints of Persian Blue #2643AD

Color information

#2643AD (or 0x2643AD) is unknown color: approx Persian Blue. HEX triplet: 26, 43 and AD. RGB value is (38,67,173). Sum of RGB (Red+Green+Blue) = 38+67+173=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2643AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2643AD is #D9BC52. Grayscale: #454545. Windows color (decimal): -14269523 or 11354918. OLE color: 11354918.

HSL color Cylindrical-coordinate representation of color #2643AD: hue angle of 227.11º 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 #2643AD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3867173-
CMYK0.780.6100.32
HSL227.11º63.98%41.37%-
HSV(B)227.11º78.03%67.84%-
XYZ10.357.4440.43-
YUV70.41185.89104.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=13.67%
G=24.10%
B=62.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38671730.780.6100.32227.1163.9841.37
Hex2643AD4E3D020e34029
Octal461032551167504034310051
Binary10011010000111010110110011101111010100000111000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2643AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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