Html Css Color HEX #293DAC Persian Blue

📋 copy color: '#293DAC'

red 41 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #293DAC

Tints of Persian Blue #293DAC

RGB

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

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

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

R = 14.96%
G = 22.26%
B = 62.77%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293DAC (or 0x293DAC) is known color: Persian Blue. HEX triplet: 29, 3D and AC. RGB value is (41,61,172). Sum of RGB (Red+Green+Blue) = 41+61+172=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #293DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DAC is #D6C253. Grayscale: #434343. Windows color (decimal): -14074452 or 11287849. OLE color: 11287849.

HSL color Cylindrical-coordinate representation of color #293DAC: hue angle of 230.84º 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 #293DAC is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 61 172 -
CMYK 0.76 0.65 0 0.33
HSL 230.84º 0.62% 0.42% -
HSV(B) 230.84º 0.76% 0.67% -
XYZ 10.03 6.79 39.81 -
YUV 67.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 41 61 172 0.76 0.65 0 0.33 230.84 0.62 0.42
Hex 29 3D AC 4C 41 0 21 E7 3E 2A
Octal 51 75 254 114 101 0 41 347 76 52
Binary 101001 111101 10101100 1001100 1000001 0 100001 11100111 111110 101010

Color Harmonies of #293DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DAC

Black with #293DAC

Text Example


Text Example

White with #293DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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