Html Css Color HEX #293BD6 Persian Blue

📋 copy color: '#293BD6'

red 41 ◦ green 59 ◦ blue 214

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

Shades of Persian Blue #293BD6

Tints of Persian Blue #293BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 68.15%

R = 13.06%
G = 18.79%
B = 68.15%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#293BD6 (or 0x293BD6) is known color: Persian Blue. HEX triplet: 29, 3B and D6. RGB value is (41,59,214). Sum of RGB (Red+Green+Blue) = 41+59+214=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #293BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BD6 is #D6C429. Grayscale: #464646. Windows color (decimal): -14074922 or 14039849. OLE color: 14039849.

HSL color Cylindrical-coordinate representation of color #293BD6: hue angle of 233.76º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293BD6 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 59 214 -
CMYK 0.81 0.72 0 0.16
HSL 233.76º 0.68% 0.5% -
HSV(B) 233.76º 0.81% 0.84% -
XYZ 14.62 8.45 64.48 -
YUV 71.29 208.54 106.4 -
System Red Green Blue C M Y K H S L
Decimal 41 59 214 0.81 0.72 0 0.16 233.76 0.68 0.5
Hex 29 3B D6 51 48 0 10 EA 44 32
Octal 51 73 326 121 110 0 20 352 104 62
Binary 101001 111011 11010110 1010001 1001000 0 10000 11101010 1000100 110010

Color Harmonies of #293BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BD6

Black with #293BD6

Text Example


Text Example

White with #293BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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