#2419B4

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

Shades of Persian Blue #2419B4

Tints of Persian Blue #2419B4

Color information

#2419B4 (or 0x2419B4) is unknown color: approx Persian Blue. HEX triplet: 24, 19 and B4. RGB value is (36,25,180). Sum of RGB (Red+Green+Blue) = 36+25+180=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #2419B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419B4 is #DBE64B. Grayscale: #2D2D2D. Windows color (decimal): -14411340 or 11802916. OLE color: 11802916.

HSL color Cylindrical-coordinate representation of color #2419B4: hue angle of 244.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2419B4 is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3625180-
CMYK0.80.8600.29
HSL244.26º75.61%40.2%-
HSV(B)244.26º86.11%70.59%-
XYZ9.314.3743.53-
YUV45.96203.64120.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 180 (70.70% from 255) = 74.69%
R=14.94%
G=10.37%
B=74.69%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36251800.80.8600.29244.2675.6140.2
Hex2419B4505601Df44c28
Octal443126412012603536411450
Binary100100110011011010010100001010110011101111101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2419B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2419B4; }

 p { color: rgb(36,25,180); }

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

<style>
 a { background-color: #2419B4; }

 a { background-color: rgb(36,25,180); }

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

<style>
 span { border-color: #2419B4; }

 span { border-color: rgb(36,25,180); }

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