#2619B1

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

Shades of Persian Blue #2619B1

Tints of Persian Blue #2619B1

Color information

#2619B1 (or 0x2619B1) is unknown color: approx Persian Blue. HEX triplet: 26, 19 and B1. RGB value is (38,25,177). Sum of RGB (Red+Green+Blue) = 38+25+177=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #2619B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2619B1 is #D9E64E. Grayscale: #2D2D2D. Windows color (decimal): -14280271 or 11606310. OLE color: 11606310.

HSL color Cylindrical-coordinate representation of color #2619B1: hue angle of 245.13º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2619B1 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3825177-
CMYK0.790.8600.31
HSL245.13º75.25%39.61%-
HSV(B)245.13º85.88%69.41%-
XYZ9.084.2841.94-
YUV46.22201.81122.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 177 (69.53% from 255) = 73.75%
R=15.83%
G=10.42%
B=73.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38251770.790.8600.31245.1375.2539.61
Hex2619B14F5601Ff54b28
Octal463126111712603736511350
Binary100110110011011000110011111010110011111111101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2619B1; }

 p { color: rgb(38,25,177); }

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

<style>
 a { background-color: #2619B1; }

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

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

<style>
 span { border-color: #2619B1; }

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

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