Html Css Color HEX #293ABE Persian Blue

📋 copy color: '#293ABE'

red 41 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #293ABE

Tints of Persian Blue #293ABE

RGB

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

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

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

R = 14.19%
G = 20.07%
B = 65.74%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293ABE (or 0x293ABE) is known color: Persian Blue. HEX triplet: 29, 3A and BE. RGB value is (41,58,190). Sum of RGB (Red+Green+Blue) = 41+58+190=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #293ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABE is #D6C541. Grayscale: #434343. Windows color (decimal): -14075202 or 12466729. OLE color: 12466729.

HSL color Cylindrical-coordinate representation of color #293ABE: hue angle of 233.15º 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 #293ABE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 58 190 -
CMYK 0.78 0.69 0 0.25
HSL 233.15º 0.65% 0.45% -
HSV(B) 233.15º 0.78% 0.75% -
XYZ 11.72 7.22 49.49 -
YUV 67.97 196.87 108.77 -
System Red Green Blue C M Y K H S L
Decimal 41 58 190 0.78 0.69 0 0.25 233.15 0.65 0.45
Hex 29 3A BE 4E 45 0 19 E9 41 2D
Octal 51 72 276 116 105 0 31 351 101 55
Binary 101001 111010 10111110 1001110 1000101 0 11001 11101001 1000001 101101

Color Harmonies of #293ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ABE

Black with #293ABE

Text Example


Text Example

White with #293ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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