Html Css Color HEX #293FAF Persian Blue

📋 copy color: '#293FAF'

red 41 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #293FAF

Tints of Persian Blue #293FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 14.7%
G = 22.58%
B = 62.72%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#293FAF (or 0x293FAF) is known color: Persian Blue. HEX triplet: 29, 3F and AF. RGB value is (41,63,175). Sum of RGB (Red+Green+Blue) = 41+63+175=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #293FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FAF is #D6C050. Grayscale: #444444. Windows color (decimal): -14073937 or 11484969. OLE color: 11484969.

HSL color Cylindrical-coordinate representation of color #293FAF: hue angle of 230.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293FAF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 63 175 -
CMYK 0.77 0.64 0 0.31
HSL 230.15º 0.62% 0.42% -
HSV(B) 230.15º 0.77% 0.69% -
XYZ 10.43 7.12 41.38 -
YUV 69.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 41 63 175 0.77 0.64 0 0.31 230.15 0.62 0.42
Hex 29 3F AF 4D 40 0 1F E6 3E 2A
Octal 51 77 257 115 100 0 37 346 76 52
Binary 101001 111111 10101111 1001101 1000000 0 11111 11100110 111110 101010

Color Harmonies of #293FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FAF

Black with #293FAF

Text Example


Text Example

White with #293FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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