Html Css Color HEX #293CA5 Persian Blue

📋 copy color: '#293CA5'

red 41 ◦ green 60 ◦ blue 165

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

Shades of Persian Blue #293CA5

Tints of Persian Blue #293CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 62.03%

R = 15.41%
G = 22.56%
B = 62.03%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#293CA5 (or 0x293CA5) is known color: Persian Blue. HEX triplet: 29, 3C and A5. RGB value is (41,60,165). Sum of RGB (Red+Green+Blue) = 41+60+165=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #293CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CA5 is #D6C35A. Grayscale: #414141. Windows color (decimal): -14074715 or 10828841. OLE color: 10828841.

HSL color Cylindrical-coordinate representation of color #293CA5: hue angle of 230.81º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293CA5 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 60 165 -
CMYK 0.75 0.64 0 0.35
HSL 230.81º 0.6% 0.4% -
HSV(B) 230.81º 0.75% 0.65% -
XYZ 9.32 6.42 36.35 -
YUV 66.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 41 60 165 0.75 0.64 0 0.35 230.81 0.6 0.4
Hex 29 3C A5 4B 40 0 23 E7 3C 28
Octal 51 74 245 113 100 0 43 347 74 50
Binary 101001 111100 10100101 1001011 1000000 0 100011 11100111 111100 101000

Color Harmonies of #293CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CA5

Black with #293CA5

Text Example


Text Example

White with #293CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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