#2627BF

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

Shades of Persian Blue #2627BF

Tints of Persian Blue #2627BF

Color information

#2627BF (or 0x2627BF) is unknown color: approx Persian Blue. HEX triplet: 26, 27 and BF. RGB value is (38,39,191). Sum of RGB (Red+Green+Blue) = 38+39+191=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #2627BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2627BF is #D9D840. Grayscale: #373737. Windows color (decimal): -14276673 or 12527398. OLE color: 12527398.

HSL color Cylindrical-coordinate representation of color #2627BF: hue angle of 239.61º 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 #2627BF is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3839191-
CMYK0.800.8000.25
HSL239.61º66.81%44.9%-
HSV(B)239.61º80.1%74.9%-
XYZ10.935.6249.8-
YUV56.03204.17115.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 191 (75% from 255) = 71.27%
R=14.18%
G=14.55%
B=71.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38391910.800.8000.25239.6166.8144.9
Hex2627BF5050019f0432d
Octal464727712012003136010355
Binary1001101001111011111110100001010000011001111100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2627BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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