Html Css Color HEX #2819CE Persian Blue

📋 copy color: '#2819CE'

red 40 ◦ green 25 ◦ blue 206

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

Shades of Persian Blue #2819CE

Tints of Persian Blue #2819CE

RGB

 RED value IS 40 (16.02% from 255) = 14.76%

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

 BLUE value IS 206 (80.86% from 255) = 76.01%

R = 14.76%
G = 9.23%
B = 76.01%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2819CE (or 0x2819CE) is known color: Persian Blue. HEX triplet: 28, 19 and CE. RGB value is (40,25,206). Sum of RGB (Red+Green+Blue) = 40+25+206=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #2819CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819CE is #D7E631. Grayscale: #313131. Windows color (decimal): -14149170 or 13506856. OLE color: 13506856.

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

Color convert

RGB 40 25 206 -
CMYK 0.81 0.88 0 0.19
HSL 244.97º 0.78% 0.45% -
HSV(B) 244.97º 0.88% 0.81% -
XYZ 12.36 5.6 58.82 -
YUV 50.12 215.97 120.78 -
System Red Green Blue C M Y K H S L
Decimal 40 25 206 0.81 0.88 0 0.19 244.97 0.78 0.45
Hex 28 19 CE 51 58 0 13 F5 4E 2D
Octal 50 31 316 121 130 0 23 365 116 55
Binary 101000 11001 11001110 1010001 1011000 0 10011 11110101 1001110 101101

Color Harmonies of #2819CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2819CE

Black with #2819CE

Text Example


Text Example

White with #2819CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2819CE; }

 p { color: rgb(40,25,206); }

 H1.HeaderClassName
 {
   color: #2819CE;
 }
 .AnyTagClassName
 {
   color: #2819CE;
 }
</style>

background-color css

<style>
 a { background-color: #2819CE; }

 a { background-color: rgb(40,25,206); }

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

border-color css

<style>
 span { border-color: #2819CE; }

 span { border-color: rgb(40,25,206); }

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