#2628AD

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

Shades of Persian Blue #2628AD

Tints of Persian Blue #2628AD

Color information

#2628AD (or 0x2628AD) is unknown color: approx Persian Blue. HEX triplet: 26, 28 and AD. RGB value is (38,40,173). Sum of RGB (Red+Green+Blue) = 38+40+173=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #2628AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2628AD is #D9D752. Grayscale: #363636. Windows color (decimal): -14276435 or 11348006. OLE color: 11348006.

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

Color convert

RGB3840173-
CMYK0.780.7700.32
HSL239.11º63.98%41.37%-
HSV(B)239.11º78.03%67.84%-
XYZ9.14.9540.01-
YUV54.56194.84116.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 173 (67.97% from 255) = 68.92%
R=15.14%
G=15.94%
B=68.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38401730.780.7700.32239.1163.9841.37
Hex2628AD4E4D020ef4029
Octal465025511611504035710051
Binary10011010100010101101100111010011010100000111011111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2628AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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