Html Css Color HEX #293AB9 Persian Blue

📋 copy color: '#293AB9'

red 41 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #293AB9

Tints of Persian Blue #293AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 185 (72.66% from 255) = 65.14%

R = 14.44%
G = 20.42%
B = 65.14%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293AB9 (or 0x293AB9) is known color: Persian Blue. HEX triplet: 29, 3A and B9. RGB value is (41,58,185). Sum of RGB (Red+Green+Blue) = 41+58+185=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #293AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293AB9 is #D6C546. Grayscale: #424242. Windows color (decimal): -14075207 or 12139049. OLE color: 12139049.

HSL color Cylindrical-coordinate representation of color #293AB9: hue angle of 232.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293AB9 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 58 185 -
CMYK 0.78 0.69 0 0.27
HSL 232.92º 0.64% 0.44% -
HSV(B) 232.92º 0.78% 0.73% -
XYZ 11.18 7 46.66 -
YUV 67.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 41 58 185 0.78 0.69 0 0.27 232.92 0.64 0.44
Hex 29 3A B9 4E 45 0 1B E9 40 2C
Octal 51 72 271 116 105 0 33 351 100 54
Binary 101001 111010 10111001 1001110 1000101 0 11011 11101001 1000000 101100

Color Harmonies of #293AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AB9

Black with #293AB9

Text Example


Text Example

White with #293AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,185); }

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

background-color css

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

 a { background-color: rgb(41,58,185); }

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

border-color css

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

 span { border-color: rgb(41,58,185); }

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