#2626BF

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

Shades of Persian Blue #2626BF

Tints of Persian Blue #2626BF

Color information

#2626BF (or 0x2626BF) is unknown color: approx Persian Blue. HEX triplet: 26, 26 and BF. RGB value is (38,38,191). Sum of RGB (Red+Green+Blue) = 38+38+191=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #2626BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2626BF is #D9D940. Grayscale: #363636. Windows color (decimal): -14276929 or 12527142. OLE color: 12527142.

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

Color convert

RGB3838191-
CMYK0.800.8000.25
HSL240º66.81%44.9%-
HSV(B)240º80.1%74.9%-
XYZ10.95.5649.79-
YUV55.44204.5115.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 191 (75% from 255) = 71.54%
R=14.23%
G=14.23%
B=71.54%

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
Decimal38381910.800.8000.2524066.8144.9
Hex2626BF5050019f0432d
Octal464627712012003136010355
Binary1001101001101011111110100001010000011001111100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2626BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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