Html Css Color HEX #2819CC Persian Blue

📋 copy color: '#2819CC'

red 40 ◦ green 25 ◦ blue 204

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

Shades of Persian Blue #2819CC

Tints of Persian Blue #2819CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 14.87%
G = 9.29%
B = 75.84%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2819CC (or 0x2819CC) is known color: Persian Blue. HEX triplet: 28, 19 and CC. RGB value is (40,25,204). Sum of RGB (Red+Green+Blue) = 40+25+204=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #2819CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819CC is #D7E633. Grayscale: #313131. Windows color (decimal): -14149172 or 13375784. OLE color: 13375784.

HSL color Cylindrical-coordinate representation of color #2819CC: hue angle of 245.03º 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 #2819CC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 25 204 -
CMYK 0.80 0.88 0 0.2
HSL 245.03º 0.78% 0.45% -
HSV(B) 245.03º 0.88% 0.8% -
XYZ 12.12 5.51 57.55 -
YUV 49.89 214.97 120.95 -
System Red Green Blue C M Y K H S L
Decimal 40 25 204 0.80 0.88 0 0.2 245.03 0.78 0.45
Hex 28 19 CC 50 58 0 14 F5 4E 2D
Octal 50 31 314 120 130 0 24 365 116 55
Binary 101000 11001 11001100 1010000 1011000 0 10100 11110101 1001110 101101

Color Harmonies of #2819CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2819CC

Black with #2819CC

Text Example


Text Example

White with #2819CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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