Html Css Color HEX #293FBE Persian Blue

📋 copy color: '#293FBE'

red 41 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #293FBE

Tints of Persian Blue #293FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.63%

R = 13.95%
G = 21.43%
B = 64.63%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293FBE (or 0x293FBE) is known color: Persian Blue. HEX triplet: 29, 3F and BE. RGB value is (41,63,190). Sum of RGB (Red+Green+Blue) = 41+63+190=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #293FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FBE is #D6C041. Grayscale: #464646. Windows color (decimal): -14073922 or 12468009. OLE color: 12468009.

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

Color convert

RGB 41 63 190 -
CMYK 0.78 0.67 0 0.25
HSL 231.14º 0.65% 0.45% -
HSV(B) 231.14º 0.78% 0.75% -
XYZ 11.99 7.74 49.58 -
YUV 70.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 41 63 190 0.78 0.67 0 0.25 231.14 0.65 0.45
Hex 29 3F BE 4E 43 0 19 E7 41 2D
Octal 51 77 276 116 103 0 31 347 101 55
Binary 101001 111111 10111110 1001110 1000011 0 11001 11100111 1000001 101101

Color Harmonies of #293FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FBE

Black with #293FBE

Text Example


Text Example

White with #293FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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