Html Css Color HEX #293FBA Persian Blue

📋 copy color: '#293FBA'

red 41 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #293FBA

Tints of Persian Blue #293FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 14.14%
G = 21.72%
B = 64.14%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293FBA (or 0x293FBA) is known color: Persian Blue. HEX triplet: 29, 3F and BA. RGB value is (41,63,186). Sum of RGB (Red+Green+Blue) = 41+63+186=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #293FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FBA is #D6C045. Grayscale: #454545. Windows color (decimal): -14073926 or 12205865. OLE color: 12205865.

HSL color Cylindrical-coordinate representation of color #293FBA: hue angle of 230.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293FBA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 63 186 -
CMYK 0.78 0.66 0 0.27
HSL 230.9º 0.64% 0.45% -
HSV(B) 230.9º 0.78% 0.73% -
XYZ 11.55 7.57 47.31 -
YUV 70.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 41 63 186 0.78 0.66 0 0.27 230.9 0.64 0.45
Hex 29 3F BA 4E 42 0 1B E7 40 2D
Octal 51 77 272 116 102 0 33 347 100 55
Binary 101001 111111 10111010 1001110 1000010 0 11011 11100111 1000000 101101

Color Harmonies of #293FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FBA

Black with #293FBA

Text Example


Text Example

White with #293FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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