Html Css Color HEX #293EAC Persian Blue

📋 copy color: '#293EAC'

red 41 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #293EAC

Tints of Persian Blue #293EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 14.91%
G = 22.55%
B = 62.55%

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

#293EAC (or 0x293EAC) is known color: Persian Blue. HEX triplet: 29, 3E and AC. RGB value is (41,62,172). Sum of RGB (Red+Green+Blue) = 41+62+172=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #293EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293EAC is #D6C153. Grayscale: #434343. Windows color (decimal): -14074196 or 11288105. OLE color: 11288105.

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

Color convert

RGB 41 62 172 -
CMYK 0.76 0.64 0 0.33
HSL 230.38º 0.62% 0.42% -
HSV(B) 230.38º 0.76% 0.67% -
XYZ 10.08 6.9 39.83 -
YUV 68.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 41 62 172 0.76 0.64 0 0.33 230.38 0.62 0.42
Hex 29 3E AC 4C 40 0 21 E6 3E 2A
Octal 51 76 254 114 100 0 41 346 76 52
Binary 101001 111110 10101100 1001100 1000000 0 100001 11100110 111110 101010

Color Harmonies of #293EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EAC

Black with #293EAC

Text Example


Text Example

White with #293EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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