Html Css Color HEX #293BAC Persian Blue

📋 copy color: '#293BAC'

red 41 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #293BAC

Tints of Persian Blue #293BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

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

R = 15.07%
G = 21.69%
B = 63.24%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293BAC (or 0x293BAC) is known color: Persian Blue. HEX triplet: 29, 3B and AC. RGB value is (41,59,172). Sum of RGB (Red+Green+Blue) = 41+59+172=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #293BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAC is #D6C453. Grayscale: #424242. Windows color (decimal): -14074964 or 11287337. OLE color: 11287337.

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

Color convert

RGB 41 59 172 -
CMYK 0.76 0.66 0 0.33
HSL 231.76º 0.62% 0.42% -
HSV(B) 231.76º 0.76% 0.67% -
XYZ 9.92 6.58 39.78 -
YUV 66.5 187.54 109.81 -
System Red Green Blue C M Y K H S L
Decimal 41 59 172 0.76 0.66 0 0.33 231.76 0.62 0.42
Hex 29 3B AC 4C 42 0 21 E8 3E 2A
Octal 51 73 254 114 102 0 41 350 76 52
Binary 101001 111011 10101100 1001100 1000010 0 100001 11101000 111110 101010

Color Harmonies of #293BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BAC

Black with #293BAC

Text Example


Text Example

White with #293BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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