Html Css Color HEX #293FBF Persian Blue

📋 copy color: '#293FBF'

red 41 ◦ green 63 ◦ blue 191

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

Shades of Persian Blue #293FBF

Tints of Persian Blue #293FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 13.9%
G = 21.36%
B = 64.75%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293FBF (or 0x293FBF) is known color: Persian Blue. HEX triplet: 29, 3F and BF. RGB value is (41,63,191). Sum of RGB (Red+Green+Blue) = 41+63+191=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #293FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FBF is #D6C040. Grayscale: #464646. Windows color (decimal): -14073921 or 12533545. OLE color: 12533545.

HSL color Cylindrical-coordinate representation of color #293FBF: hue angle of 231.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293FBF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 63 191 -
CMYK 0.79 0.67 0 0.25
HSL 231.2º 0.65% 0.45% -
HSV(B) 231.2º 0.79% 0.75% -
XYZ 12.1 7.79 50.16 -
YUV 71.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 41 63 191 0.79 0.67 0 0.25 231.2 0.65 0.45
Hex 29 3F BF 4F 43 0 19 E7 41 2D
Octal 51 77 277 117 103 0 31 347 101 55
Binary 101001 111111 10111111 1001111 1000011 0 11001 11100111 1000001 101101

Color Harmonies of #293FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FBF

Black with #293FBF

Text Example


Text Example

White with #293FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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