Html Css Color HEX #2918BC Persian Blue

📋 copy color: '#2918BC'

red 41 ◦ green 24 ◦ blue 188

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

Shades of Persian Blue #2918BC

Tints of Persian Blue #2918BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 16.21%
G = 9.49%
B = 74.31%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2918BC (or 0x2918BC) is known color: Persian Blue. HEX triplet: 29, 18 and BC. RGB value is (41,24,188). Sum of RGB (Red+Green+Blue) = 41+24+188=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #2918BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2918BC is #D6E743. Grayscale: #2F2F2F. Windows color (decimal): -14083908 or 12326953. OLE color: 12326953.

HSL color Cylindrical-coordinate representation of color #2918BC: hue angle of 246.22º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2918BC is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 24 188 -
CMYK 0.78 0.87 0 0.26
HSL 246.22º 0.77% 0.42% -
HSV(B) 246.22º 0.87% 0.74% -
XYZ 10.32 4.76 47.95 -
YUV 47.78 207.13 123.16 -
System Red Green Blue C M Y K H S L
Decimal 41 24 188 0.78 0.87 0 0.26 246.22 0.77 0.42
Hex 29 18 BC 4E 57 0 1A F6 4D 2A
Octal 51 30 274 116 127 0 32 366 115 52
Binary 101001 11000 10111100 1001110 1010111 0 11010 11110110 1001101 101010

Color Harmonies of #2918BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2918BC

Black with #2918BC

Text Example


Text Example

White with #2918BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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