Html Css Color HEX #292CDB Persian Blue

📋 copy color: '#292CDB'

red 41 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #292CDB

Tints of Persian Blue #292CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 13.49%
G = 14.47%
B = 72.04%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#292CDB (or 0x292CDB) is known color: Persian Blue. HEX triplet: 29, 2C and DB. RGB value is (41,44,219). Sum of RGB (Red+Green+Blue) = 41+44+219=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #292CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CDB is #D6D324. Grayscale: #3E3E3E. Windows color (decimal): -14078757 or 14363689. OLE color: 14363689.

HSL color Cylindrical-coordinate representation of color #292CDB: hue angle of 238.99º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292CDB is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 44 219 -
CMYK 0.81 0.80 0 0.14
HSL 238.99º 0.71% 0.51% -
HSV(B) 238.99º 0.81% 0.86% -
XYZ 14.6 7.39 67.67 -
YUV 63.05 216.01 112.27 -
System Red Green Blue C M Y K H S L
Decimal 41 44 219 0.81 0.80 0 0.14 238.99 0.71 0.51
Hex 29 2C DB 51 50 0 E EF 47 33
Octal 51 54 333 121 120 0 16 357 107 63
Binary 101001 101100 11011011 1010001 1010000 0 1110 11101111 1000111 110011

Color Harmonies of #292CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CDB

Black with #292CDB

Text Example


Text Example

White with #292CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292CDB; }

 p { color: rgb(41,44,219); }

 H1.HeaderClassName
 {
   color: #292CDB;
 }
 .AnyTagClassName
 {
   color: #292CDB;
 }
</style>

background-color css

<style>
 a { background-color: #292CDB; }

 a { background-color: rgb(41,44,219); }

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

border-color css

<style>
 span { border-color: #292CDB; }

 span { border-color: rgb(41,44,219); }

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