Html Css Color HEX #293ABF Persian Blue

📋 copy color: '#293ABF'

red 41 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #293ABF

Tints of Persian Blue #293ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

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

R = 14.14%
G = 20%
B = 65.86%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293ABF (or 0x293ABF) is known color: Persian Blue. HEX triplet: 29, 3A and BF. RGB value is (41,58,191). Sum of RGB (Red+Green+Blue) = 41+58+191=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #293ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABF is #D6C540. Grayscale: #434343. Windows color (decimal): -14075201 or 12532265. OLE color: 12532265.

HSL color Cylindrical-coordinate representation of color #293ABF: hue angle of 233.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 #293ABF is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 58 191 -
CMYK 0.79 0.70 0 0.25
HSL 233.2º 0.65% 0.45% -
HSV(B) 233.2º 0.79% 0.75% -
XYZ 11.83 7.26 50.07 -
YUV 68.08 197.37 108.69 -
System Red Green Blue C M Y K H S L
Decimal 41 58 191 0.79 0.70 0 0.25 233.2 0.65 0.45
Hex 29 3A BF 4F 46 0 19 E9 41 2D
Octal 51 72 277 117 106 0 31 351 101 55
Binary 101001 111010 10111111 1001111 1000110 0 11001 11101001 1000001 101101

Color Harmonies of #293ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ABF

Black with #293ABF

Text Example


Text Example

White with #293ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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