Html Css Color HEX #293EC9 Persian Blue

📋 copy color: '#293EC9'

red 41 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #293EC9

Tints of Persian Blue #293EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 66.12%

R = 13.49%
G = 20.39%
B = 66.12%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#293EC9 (or 0x293EC9) is known color: Persian Blue. HEX triplet: 29, 3E and C9. RGB value is (41,62,201). Sum of RGB (Red+Green+Blue) = 41+62+201=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 201 (78.91% from 255 or 66.12% from 304); Max value from RGB is 201 - color contains mainly: blue. Hex color #293EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EC9 is #D6C136. Grayscale: #464646. Windows color (decimal): -14074167 or 13188649. OLE color: 13188649.

HSL color Cylindrical-coordinate representation of color #293EC9: hue angle of 232.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293EC9 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 62 201 -
CMYK 0.80 0.69 0 0.21
HSL 232.13º 0.66% 0.47% -
HSV(B) 232.13º 0.8% 0.79% -
XYZ 13.18 8.13 56.13 -
YUV 71.57 201.04 106.2 -
System Red Green Blue C M Y K H S L
Decimal 41 62 201 0.80 0.69 0 0.21 232.13 0.66 0.47
Hex 29 3E C9 50 45 0 15 E8 42 2F
Octal 51 76 311 120 105 0 25 350 102 57
Binary 101001 111110 11001001 1010000 1000101 0 10101 11101000 1000010 101111

Color Harmonies of #293EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EC9

Black with #293EC9

Text Example


Text Example

White with #293EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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