#2628A7

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

Shades of Persian Blue #2628A7

Tints of Persian Blue #2628A7

Color information

#2628A7 (or 0x2628A7) is unknown color: approx Persian Blue. HEX triplet: 26, 28 and A7. RGB value is (38,40,167). Sum of RGB (Red+Green+Blue) = 38+40+167=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #2628A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2628A7 is #D9D758. Grayscale: #353535. Windows color (decimal): -14276441 or 10954790. OLE color: 10954790.

HSL color Cylindrical-coordinate representation of color #2628A7: hue angle of 239.07º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2628A7 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3840167-
CMYK0.770.7600.35
HSL239.07º62.93%40.2%-
HSV(B)239.07º77.25%65.49%-
XYZ8.534.7237.02-
YUV53.88191.84116.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 167 (65.62% from 255) = 68.16%
R=15.51%
G=16.33%
B=68.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38401670.770.7600.35239.0762.9340.2
Hex2628A74D4C023ef3f28
Octal46502471151140433577750
Binary1001101010001010011110011011001100010001111101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2628A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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