#2640BF

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

Shades of Persian Blue #2640BF

Tints of Persian Blue #2640BF

Color information

#2640BF (or 0x2640BF) is unknown color: approx Persian Blue. HEX triplet: 26, 40 and BF. RGB value is (38,64,191). Sum of RGB (Red+Green+Blue) = 38+64+191=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #2640BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640BF is #D9BF40. Grayscale: #464646. Windows color (decimal): -14270273 or 12533798. OLE color: 12533798.

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

Color convert

RGB3864191-
CMYK0.800.6600.25
HSL229.8º66.81%44.9%-
HSV(B)229.8º80.1%74.9%-
XYZ12.047.8450.17-
YUV70.7195.89104.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 191 (75% from 255) = 65.19%
R=12.97%
G=21.84%
B=65.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38641910.800.6600.25229.866.8144.9
Hex2640BF5042019e6432d
Octal4610027712010203134610355
Binary10011010000001011111110100001000010011001111001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2640BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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