Html Css Color HEX #293FA7 Persian Blue

📋 copy color: '#293FA7'

red 41 ◦ green 63 ◦ blue 167

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

Shades of Persian Blue #293FA7

Tints of Persian Blue #293FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 61.62%

R = 15.13%
G = 23.25%
B = 61.62%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#293FA7 (or 0x293FA7) is known color: Persian Blue. HEX triplet: 29, 3F and A7. RGB value is (41,63,167). Sum of RGB (Red+Green+Blue) = 41+63+167=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 167 (65.62% from 255 or 61.62% from 271); Max value from RGB is 167 - color contains mainly: blue. Hex color #293FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA7 is #D6C058. Grayscale: #434343. Windows color (decimal): -14073945 or 10960681. OLE color: 10960681.

HSL color Cylindrical-coordinate representation of color #293FA7: hue angle of 229.52º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293FA7 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 63 167 -
CMYK 0.75 0.62 0 0.35
HSL 229.52º 0.61% 0.41% -
HSV(B) 229.52º 0.75% 0.65% -
XYZ 9.67 6.82 37.37 -
YUV 68.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 41 63 167 0.75 0.62 0 0.35 229.52 0.61 0.41
Hex 29 3F A7 4B 3E 0 23 E6 3D 29
Octal 51 77 247 113 76 0 43 346 75 51
Binary 101001 111111 10100111 1001011 111110 0 100011 11100110 111101 101001

Color Harmonies of #293FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FA7

Black with #293FA7

Text Example


Text Example

White with #293FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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