Html Css Color HEX #293FA4 Persian Blue

📋 copy color: '#293FA4'

red 41 ◦ green 63 ◦ blue 164

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

Shades of Persian Blue #293FA4

Tints of Persian Blue #293FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 61.19%

R = 15.3%
G = 23.51%
B = 61.19%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#293FA4 (or 0x293FA4) is known color: Persian Blue. HEX triplet: 29, 3F and A4. RGB value is (41,63,164). Sum of RGB (Red+Green+Blue) = 41+63+164=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #293FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA4 is #D6C05B. Grayscale: #434343. Windows color (decimal): -14073948 or 10764073. OLE color: 10764073.

HSL color Cylindrical-coordinate representation of color #293FA4: hue angle of 229.27º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293FA4 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 63 164 -
CMYK 0.75 0.62 0 0.36
HSL 229.27º 0.6% 0.4% -
HSV(B) 229.27º 0.75% 0.64% -
XYZ 9.39 6.71 35.92 -
YUV 67.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 41 63 164 0.75 0.62 0 0.36 229.27 0.6 0.4
Hex 29 3F A4 4B 3E 0 24 E5 3C 28
Octal 51 77 244 113 76 0 44 345 74 50
Binary 101001 111111 10100100 1001011 111110 0 100100 11100101 111100 101000

Color Harmonies of #293FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FA4

Black with #293FA4

Text Example


Text Example

White with #293FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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