Html Css Color HEX #293AC0 Persian Blue

📋 copy color: '#293AC0'

red 41 ◦ green 58 ◦ blue 192

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

Shades of Persian Blue #293AC0

Tints of Persian Blue #293AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 65.98%

R = 14.09%
G = 19.93%
B = 65.98%

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

#293AC0 (or 0x293AC0) is known color: Persian Blue. HEX triplet: 29, 3A and C0. RGB value is (41,58,192). Sum of RGB (Red+Green+Blue) = 41+58+192=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #293AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293AC0 is #D6C53F. Grayscale: #434343. Windows color (decimal): -14075200 or 12597801. OLE color: 12597801.

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

Color convert

RGB 41 58 192 -
CMYK 0.79 0.70 0 0.25
HSL 233.25º 0.65% 0.46% -
HSV(B) 233.25º 0.79% 0.75% -
XYZ 11.94 7.3 50.65 -
YUV 68.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 41 58 192 0.79 0.70 0 0.25 233.25 0.65 0.46
Hex 29 3A C0 4F 46 0 19 E9 41 2E
Octal 51 72 300 117 106 0 31 351 101 56
Binary 101001 111010 11000000 1001111 1000110 0 11001 11101001 1000001 101110

Color Harmonies of #293AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AC0

Black with #293AC0

Text Example


Text Example

White with #293AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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