Html Css Color HEX #293BDA Persian Blue

📋 copy color: '#293BDA'

red 41 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #293BDA

Tints of Persian Blue #293BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.55%

R = 12.89%
G = 18.55%
B = 68.55%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#293BDA (or 0x293BDA) is known color: Persian Blue. HEX triplet: 29, 3B and DA. RGB value is (41,59,218). Sum of RGB (Red+Green+Blue) = 41+59+218=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #293BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BDA is #D6C425. Grayscale: #474747. Windows color (decimal): -14074918 or 14301993. OLE color: 14301993.

HSL color Cylindrical-coordinate representation of color #293BDA: hue angle of 233.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293BDA is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 59 218 -
CMYK 0.81 0.73 0 0.15
HSL 233.9º 0.71% 0.51% -
HSV(B) 233.9º 0.81% 0.85% -
XYZ 15.13 8.66 67.2 -
YUV 71.74 210.54 106.07 -
System Red Green Blue C M Y K H S L
Decimal 41 59 218 0.81 0.73 0 0.15 233.9 0.71 0.51
Hex 29 3B DA 51 49 0 F EA 47 33
Octal 51 73 332 121 111 0 17 352 107 63
Binary 101001 111011 11011010 1010001 1001001 0 1111 11101010 1000111 110011

Color Harmonies of #293BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BDA

Black with #293BDA

Text Example


Text Example

White with #293BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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