Html Css Color HEX #2918CE Persian Blue

📋 copy color: '#2918CE'

red 41 ◦ green 24 ◦ blue 206

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

Shades of Persian Blue #2918CE

Tints of Persian Blue #2918CE

RGB

 RED value IS 41 (16.41% from 255) = 15.13%

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 15.13%
G = 8.86%
B = 76.01%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2918CE (or 0x2918CE) is known color: Persian Blue. HEX triplet: 29, 18 and CE. RGB value is (41,24,206). Sum of RGB (Red+Green+Blue) = 41+24+206=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 24 (9.77% from 255 or 8.86% 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 #2918CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2918CE is #D6E731. Grayscale: #313131. Windows color (decimal): -14083890 or 13506601. OLE color: 13506601.

HSL color Cylindrical-coordinate representation of color #2918CE: hue angle of 245.6º degrees, saturation: 0.79, 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 #2918CE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 24 206 -
CMYK 0.80 0.88 0 0.19
HSL 245.6º 0.79% 0.45% -
HSV(B) 245.6º 0.88% 0.81% -
XYZ 12.38 5.58 58.82 -
YUV 49.83 216.13 121.7 -
System Red Green Blue C M Y K H S L
Decimal 41 24 206 0.80 0.88 0 0.19 245.6 0.79 0.45
Hex 29 18 CE 50 58 0 13 F6 4F 2D
Octal 51 30 316 120 130 0 23 366 117 55
Binary 101001 11000 11001110 1010000 1011000 0 10011 11110110 1001111 101101

Color Harmonies of #2918CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2918CE

Black with #2918CE

Text Example


Text Example

White with #2918CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,24,206); }

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

background-color css

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

 a { background-color: rgb(41,24,206); }

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

border-color css

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

 span { border-color: rgb(41,24,206); }

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