Html Css Color HEX #2419C3 Persian Blue

📋 copy color: '#2419C3'

red 36 ◦ green 25 ◦ blue 195

#2419C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2419C3

Tints of Persian Blue #2419C3

RGB

 RED value IS 36 (14.45% from 255) = 14.06%

 GREEN value IS 25 (10.16% from 255) = 9.77%

 BLUE value IS 195 (76.56% from 255) = 76.17%

R = 14.06%
G = 9.77%
B = 76.17%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2419C3 (or 0x2419C3) is known color: Persian Blue. HEX triplet: 24, 19 and C3. RGB value is (36,25,195). Sum of RGB (Red+Green+Blue) = 36+25+195=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 195 (76.56% from 255 or 76.17% from 256); Max value from RGB is 195 - color contains mainly: blue. Hex color #2419C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419C3 is #DBE63C. Grayscale: #2F2F2F. Windows color (decimal): -14411325 or 12785956. OLE color: 12785956.

HSL color Cylindrical-coordinate representation of color #2419C3: hue angle of 243.88º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2419C3 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 25 195 -
CMYK 0.82 0.87 0 0.24
HSL 243.88º 0.77% 0.43% -
HSV(B) 243.88º 0.87% 0.76% -
XYZ 10.93 5.01 52.02 -
YUV 47.67 211.14 119.68 -
System Red Green Blue C M Y K H S L
Decimal 36 25 195 0.82 0.87 0 0.24 243.88 0.77 0.43
Hex 24 19 C3 52 57 0 18 F4 4D 2B
Octal 44 31 303 122 127 0 30 364 115 53
Binary 100100 11001 11000011 1010010 1010111 0 11000 11110100 1001101 101011

Color Harmonies of #2419C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419C3

Black with #2419C3

Text Example


Text Example

White with #2419C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2419C3;
 }
 .AnyTagClassName
 {
   color: #2419C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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