Html Css Color HEX #293CC5 Persian Blue

📋 copy color: '#293CC5'

red 41 ◦ green 60 ◦ blue 197

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

Shades of Persian Blue #293CC5

Tints of Persian Blue #293CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 197 (77.34% from 255) = 66.11%

R = 13.76%
G = 20.13%
B = 66.11%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#293CC5 (or 0x293CC5) is known color: Persian Blue. HEX triplet: 29, 3C and C5. RGB value is (41,60,197). Sum of RGB (Red+Green+Blue) = 41+60+197=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #293CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CC5 is #D6C33A. Grayscale: #454545. Windows color (decimal): -14074683 or 12925993. OLE color: 12925993.

HSL color Cylindrical-coordinate representation of color #293CC5: hue angle of 232.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293CC5 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 60 197 -
CMYK 0.79 0.70 0 0.23
HSL 232.69º 0.66% 0.47% -
HSV(B) 232.69º 0.79% 0.77% -
XYZ 12.61 7.73 53.65 -
YUV 69.94 199.71 107.36 -
System Red Green Blue C M Y K H S L
Decimal 41 60 197 0.79 0.70 0 0.23 232.69 0.66 0.47
Hex 29 3C C5 4F 46 0 17 E9 42 2F
Octal 51 74 305 117 106 0 27 351 102 57
Binary 101001 111100 11000101 1001111 1000110 0 10111 11101001 1000010 101111

Color Harmonies of #293CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CC5

Black with #293CC5

Text Example


Text Example

White with #293CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,197); }

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

background-color css

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

 a { background-color: rgb(41,60,197); }

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

border-color css

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

 span { border-color: rgb(41,60,197); }

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