#2644BF

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

Shades of Persian Blue #2644BF

Tints of Persian Blue #2644BF

Color information

#2644BF (or 0x2644BF) is unknown color: approx Persian Blue. HEX triplet: 26, 44 and BF. RGB value is (38,68,191). Sum of RGB (Red+Green+Blue) = 38+68+191=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #2644BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2644BF is #D9BB40. Grayscale: #484848. Windows color (decimal): -14269249 or 12534822. OLE color: 12534822.

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

Color convert

RGB3868191-
CMYK0.800.6400.25
HSL228.24º66.81%44.9%-
HSV(B)228.24º80.1%74.9%-
XYZ12.278.3150.25-
YUV73.05194.56103-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 191 (75% from 255) = 64.31%
R=12.79%
G=22.90%
B=64.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38681910.800.6400.25228.2466.8144.9
Hex2644BF5040019e4432d
Octal4610427712010003134410355
Binary10011010001001011111110100001000000011001111001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2644BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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