Html Css Color HEX #293CAC Persian Blue

📋 copy color: '#293CAC'

red 41 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #293CAC

Tints of Persian Blue #293CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 15.02%
G = 21.98%
B = 63%

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

#293CAC (or 0x293CAC) is known color: Persian Blue. HEX triplet: 29, 3C and AC. RGB value is (41,60,172). Sum of RGB (Red+Green+Blue) = 41+60+172=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #293CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CAC is #D6C353. Grayscale: #424242. Windows color (decimal): -14074708 or 11287593. OLE color: 11287593.

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

Color convert

RGB 41 60 172 -
CMYK 0.76 0.65 0 0.33
HSL 231.3º 0.62% 0.42% -
HSV(B) 231.3º 0.76% 0.67% -
XYZ 9.98 6.68 39.79 -
YUV 67.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 41 60 172 0.76 0.65 0 0.33 231.3 0.62 0.42
Hex 29 3C AC 4C 41 0 21 E7 3E 2A
Octal 51 74 254 114 101 0 41 347 76 52
Binary 101001 111100 10101100 1001100 1000001 0 100001 11100111 111110 101010

Color Harmonies of #293CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CAC

Black with #293CAC

Text Example


Text Example

White with #293CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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