Html Css Color HEX #293BDB Persian Blue

📋 copy color: '#293BDB'

red 41 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #293BDB

Tints of Persian Blue #293BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.5%

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

R = 12.85%
G = 18.5%
B = 68.65%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#293BDB (or 0x293BDB) is known color: Persian Blue. HEX triplet: 29, 3B and DB. RGB value is (41,59,219). Sum of RGB (Red+Green+Blue) = 41+59+219=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #293BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BDB is #D6C424. Grayscale: #474747. Windows color (decimal): -14074917 or 14367529. OLE color: 14367529.

HSL color Cylindrical-coordinate representation of color #293BDB: hue angle of 233.93º 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 #293BDB is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 59 219 -
CMYK 0.81 0.73 0 0.14
HSL 233.93º 0.71% 0.51% -
HSV(B) 233.93º 0.81% 0.86% -
XYZ 15.26 8.71 67.9 -
YUV 71.86 211.04 105.99 -
System Red Green Blue C M Y K H S L
Decimal 41 59 219 0.81 0.73 0 0.14 233.93 0.71 0.51
Hex 29 3B DB 51 49 0 E EA 47 33
Octal 51 73 333 121 111 0 16 352 107 63
Binary 101001 111011 11011011 1010001 1001001 0 1110 11101010 1000111 110011

Color Harmonies of #293BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BDB

Black with #293BDB

Text Example


Text Example

White with #293BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293BDB; }

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

 H1.HeaderClassName
 {
   color: #293BDB;
 }
 .AnyTagClassName
 {
   color: #293BDB;
 }
</style>

background-color css

<style>
 a { background-color: #293BDB; }

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

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

border-color css

<style>
 span { border-color: #293BDB; }

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

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