Html Css Color HEX #293DDA Persian Blue

📋 copy color: '#293DDA'

red 41 ◦ green 61 ◦ blue 218

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

Shades of Persian Blue #293DDA

Tints of Persian Blue #293DDA

RGB

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

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

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

R = 12.81%
G = 19.06%
B = 68.13%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#293DDA (or 0x293DDA) is known color: Persian Blue. HEX triplet: 29, 3D and DA. RGB value is (41,61,218). Sum of RGB (Red+Green+Blue) = 41+61+218=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #293DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DDA is #D6C225. Grayscale: #484848. Windows color (decimal): -14074406 or 14302505. OLE color: 14302505.

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

Color convert

RGB 41 61 218 -
CMYK 0.81 0.72 0 0.15
HSL 233.22º 0.71% 0.51% -
HSV(B) 233.22º 0.81% 0.85% -
XYZ 15.24 8.87 67.24 -
YUV 72.92 209.87 105.23 -
System Red Green Blue C M Y K H S L
Decimal 41 61 218 0.81 0.72 0 0.15 233.22 0.71 0.51
Hex 29 3D DA 51 48 0 F E9 47 33
Octal 51 75 332 121 110 0 17 351 107 63
Binary 101001 111101 11011010 1010001 1001000 0 1111 11101001 1000111 110011

Color Harmonies of #293DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DDA

Black with #293DDA

Text Example


Text Example

White with #293DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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