Html Css Color HEX #293DDB Persian Blue

📋 copy color: '#293DDB'

red 41 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #293DDB

Tints of Persian Blue #293DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 12.77%
G = 19%
B = 68.22%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#293DDB (or 0x293DDB) is known color: Persian Blue. HEX triplet: 29, 3D and DB. RGB value is (41,61,219). Sum of RGB (Red+Green+Blue) = 41+61+219=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #293DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DDB is #D6C224. Grayscale: #484848. Windows color (decimal): -14074405 or 14368041. OLE color: 14368041.

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

Color convert

RGB 41 61 219 -
CMYK 0.81 0.72 0 0.14
HSL 233.26º 0.71% 0.51% -
HSV(B) 233.26º 0.81% 0.86% -
XYZ 15.37 8.92 67.93 -
YUV 73.03 210.37 105.15 -
System Red Green Blue C M Y K H S L
Decimal 41 61 219 0.81 0.72 0 0.14 233.26 0.71 0.51
Hex 29 3D DB 51 48 0 E E9 47 33
Octal 51 75 333 121 110 0 16 351 107 63
Binary 101001 111101 11011011 1010001 1001000 0 1110 11101001 1000111 110011

Color Harmonies of #293DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DDB

Black with #293DDB

Text Example


Text Example

White with #293DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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