Html Css Color HEX #293FAB Persian Blue

📋 copy color: '#293FAB'

red 41 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #293FAB

Tints of Persian Blue #293FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 14.91%
G = 22.91%
B = 62.18%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293FAB (or 0x293FAB) is known color: Persian Blue. HEX triplet: 29, 3F and AB. RGB value is (41,63,171). Sum of RGB (Red+Green+Blue) = 41+63+171=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #293FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FAB is #D6C054. Grayscale: #444444. Windows color (decimal): -14073941 or 11222825. OLE color: 11222825.

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

Color convert

RGB 41 63 171 -
CMYK 0.76 0.63 0 0.33
HSL 229.85º 0.61% 0.42% -
HSV(B) 229.85º 0.76% 0.67% -
XYZ 10.04 6.97 39.34 -
YUV 68.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 41 63 171 0.76 0.63 0 0.33 229.85 0.61 0.42
Hex 29 3F AB 4C 3F 0 21 E6 3D 2A
Octal 51 77 253 114 77 0 41 346 75 52
Binary 101001 111111 10101011 1001100 111111 0 100001 11100110 111101 101010

Color Harmonies of #293FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FAB

Black with #293FAB

Text Example


Text Example

White with #293FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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