Html Css Color HEX #293ADB Persian Blue

📋 copy color: '#293ADB'

red 41 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #293ADB

Tints of Persian Blue #293ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.24%

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

R = 12.89%
G = 18.24%
B = 68.87%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#293ADB (or 0x293ADB) is known color: Persian Blue. HEX triplet: 29, 3A and DB. RGB value is (41,58,219). Sum of RGB (Red+Green+Blue) = 41+58+219=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #293ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ADB is #D6C524. Grayscale: #464646. Windows color (decimal): -14075173 or 14367273. OLE color: 14367273.

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

Color convert

RGB 41 58 219 -
CMYK 0.81 0.74 0 0.14
HSL 234.27º 0.71% 0.51% -
HSV(B) 234.27º 0.81% 0.86% -
XYZ 15.21 8.61 67.88 -
YUV 71.27 211.37 106.41 -
System Red Green Blue C M Y K H S L
Decimal 41 58 219 0.81 0.74 0 0.14 234.27 0.71 0.51
Hex 29 3A DB 51 4A 0 E EA 47 33
Octal 51 72 333 121 112 0 16 352 107 63
Binary 101001 111010 11011011 1010001 1001010 0 1110 11101010 1000111 110011

Color Harmonies of #293ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ADB

Black with #293ADB

Text Example


Text Example

White with #293ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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