#2619cd

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

Shades of Persian Blue #2619CD

Tints of Persian Blue #2619CD

Color information

#2619CD (or 0x2619CD) is unknown color: approx Persian Blue. HEX triplet: 26, 19 and CD. RGB value is (38,25,205). Sum of RGB (Red+Green+Blue) = 38+25+205=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #2619CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619CD is #D9E632. Grayscale: #303030. Windows color (decimal): -14280243 or 13441318. OLE color: 13441318.

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

Color convert

RGB3825205-
CMYK0.810.8800.20
HSL244.33º78.26%45.1%-
HSV(B)244.33º87.8%80.39%-
XYZ12.175.5258.18-
YUV49.41215.81119.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 205 (80.47% from 255) = 76.49%
R=14.18%
G=9.33%
B=76.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38252050.810.8800.20244.3378.2645.1
Hex2619CD5158014f44e2d
Octal463131512113002436411655
Binary100110110011100110110100011011000010100111101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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