#2619C5

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

Shades of Persian Blue #2619C5

Tints of Persian Blue #2619C5

Color information

#2619C5 (or 0x2619C5) is unknown color: approx Persian Blue. HEX triplet: 26, 19 and C5. RGB value is (38,25,197). Sum of RGB (Red+Green+Blue) = 38+25+197=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #2619C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619C5 is #D9E63A. Grayscale: #2F2F2F. Windows color (decimal): -14280251 or 12917030. OLE color: 12917030.

HSL color Cylindrical-coordinate representation of color #2619C5: hue angle of 244.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2619C5 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3825197-
CMYK0.810.8700.23
HSL244.53º77.48%43.53%-
HSV(B)244.53º87.31%77.25%-
XYZ11.235.1453.22-
YUV48.5211.81120.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 197 (77.34% from 255) = 75.77%
R=14.62%
G=9.62%
B=75.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38251970.810.8700.23244.5377.4843.53
Hex2619C55157017f54d2c
Octal463130512112702736511554
Binary100110110011100010110100011010111010111111101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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