Html Css Color HEX #293FB9 Persian Blue

📋 copy color: '#293FB9'

red 41 ◦ green 63 ◦ blue 185

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

Shades of Persian Blue #293FB9

Tints of Persian Blue #293FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 14.19%
G = 21.8%
B = 64.01%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293FB9 (or 0x293FB9) is known color: Persian Blue. HEX triplet: 29, 3F and B9. RGB value is (41,63,185). Sum of RGB (Red+Green+Blue) = 41+63+185=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #293FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FB9 is #D6C046. Grayscale: #454545. Windows color (decimal): -14073927 or 12140329. OLE color: 12140329.

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

Color convert

RGB 41 63 185 -
CMYK 0.78 0.66 0 0.27
HSL 230.83º 0.64% 0.44% -
HSV(B) 230.83º 0.78% 0.73% -
XYZ 11.45 7.53 46.75 -
YUV 70.33 192.71 107.08 -
System Red Green Blue C M Y K H S L
Decimal 41 63 185 0.78 0.66 0 0.27 230.83 0.64 0.44
Hex 29 3F B9 4E 42 0 1B E7 40 2C
Octal 51 77 271 116 102 0 33 347 100 54
Binary 101001 111111 10111001 1001110 1000010 0 11011 11100111 1000000 101100

Color Harmonies of #293FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FB9

Black with #293FB9

Text Example


Text Example

White with #293FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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