Html Css Color HEX #293ED2 Persian Blue

📋 copy color: '#293ED2'

red 41 ◦ green 62 ◦ blue 210

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

Shades of Persian Blue #293ED2

Tints of Persian Blue #293ED2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 210 (82.42% from 255) = 67.09%

R = 13.1%
G = 19.81%
B = 67.09%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#293ED2 (or 0x293ED2) is known color: Persian Blue. HEX triplet: 29, 3E and D2. RGB value is (41,62,210). Sum of RGB (Red+Green+Blue) = 41+62+210=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 210 (82.42% from 255 or 67.09% from 313); Max value from RGB is 210 - color contains mainly: blue. Hex color #293ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ED2 is #D6C12D. Grayscale: #474747. Windows color (decimal): -14074158 or 13778473. OLE color: 13778473.

HSL color Cylindrical-coordinate representation of color #293ED2: hue angle of 232.54º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293ED2 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 62 210 -
CMYK 0.80 0.70 0 0.18
HSL 232.54º 0.67% 0.49% -
HSV(B) 232.54º 0.8% 0.82% -
XYZ 14.27 8.57 61.87 -
YUV 72.59 205.54 105.47 -
System Red Green Blue C M Y K H S L
Decimal 41 62 210 0.80 0.70 0 0.18 232.54 0.67 0.49
Hex 29 3E D2 50 46 0 12 E9 43 31
Octal 51 76 322 120 106 0 22 351 103 61
Binary 101001 111110 11010010 1010000 1000110 0 10010 11101001 1000011 110001

Color Harmonies of #293ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ED2

Black with #293ED2

Text Example


Text Example

White with #293ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,210); }

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

background-color css

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

 a { background-color: rgb(41,62,210); }

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

border-color css

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

 span { border-color: rgb(41,62,210); }

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