Html Css Color HEX #293EAA Persian Blue

📋 copy color: '#293EAA'

red 41 ◦ green 62 ◦ blue 170

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

Shades of Persian Blue #293EAA

Tints of Persian Blue #293EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 15.02%
G = 22.71%
B = 62.27%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293EAA (or 0x293EAA) is known color: Persian Blue. HEX triplet: 29, 3E and AA. RGB value is (41,62,170). Sum of RGB (Red+Green+Blue) = 41+62+170=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #293EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293EAA is #D6C155. Grayscale: #434343. Windows color (decimal): -14074198 or 11157033. OLE color: 11157033.

HSL color Cylindrical-coordinate representation of color #293EAA: hue angle of 230.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293EAA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 62 170 -
CMYK 0.76 0.64 0 0.33
HSL 230.23º 0.61% 0.41% -
HSV(B) 230.23º 0.76% 0.67% -
XYZ 9.89 6.82 38.82 -
YUV 68.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 41 62 170 0.76 0.64 0 0.33 230.23 0.61 0.41
Hex 29 3E AA 4C 40 0 21 E6 3D 29
Octal 51 76 252 114 100 0 41 346 75 51
Binary 101001 111110 10101010 1001100 1000000 0 100001 11100110 111101 101001

Color Harmonies of #293EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EAA

Black with #293EAA

Text Example


Text Example

White with #293EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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