#2619C9

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

Shades of Persian Blue #2619C9

Tints of Persian Blue #2619C9

Color information

#2619C9 (or 0x2619C9) is unknown color: approx Persian Blue. HEX triplet: 26, 19 and C9. RGB value is (38,25,201). Sum of RGB (Red+Green+Blue) = 38+25+201=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 201 (78.91% from 255 or 76.14% from 264); Max value from RGB is 201 - color contains mainly: blue. Hex color #2619C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619C9 is #D9E636. Grayscale: #303030. Windows color (decimal): -14280247 or 13179174. OLE color: 13179174.

HSL color Cylindrical-coordinate representation of color #2619C9: hue angle of 244.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2619C9 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3825201-
CMYK0.810.8800.21
HSL244.43º77.88%44.31%-
HSV(B)244.43º87.56%78.82%-
XYZ11.695.3255.67-
YUV48.95213.81120.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 201 (78.91% from 255) = 76.14%
R=14.39%
G=9.47%
B=76.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38252010.810.8800.21244.4377.8844.31
Hex2619C95158015f44e2c
Octal463131112113002536411654
Binary100110110011100100110100011011000010101111101001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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