#2628BF

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

Shades of Persian Blue #2628BF

Tints of Persian Blue #2628BF

Color information

#2628BF (or 0x2628BF) is unknown color: approx Persian Blue. HEX triplet: 26, 28 and BF. RGB value is (38,40,191). Sum of RGB (Red+Green+Blue) = 38+40+191=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #2628BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628BF is #D9D740. Grayscale: #383838. Windows color (decimal): -14276417 or 12527654. OLE color: 12527654.

HSL color Cylindrical-coordinate representation of color #2628BF: hue angle of 239.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2628BF is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3840191-
CMYK0.800.7900.25
HSL239.22º66.81%44.9%-
HSV(B)239.22º80.1%74.9%-
XYZ10.965.6949.81-
YUV56.62203.84114.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 191 (75% from 255) = 71.00%
R=14.13%
G=14.87%
B=71.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38401910.800.7900.25239.2266.8144.9
Hex2628BF504F019ef432d
Octal465027712011703135710355
Binary1001101010001011111110100001001111011001111011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2628BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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