Html Css Color HEX #293CA6 Persian Blue

📋 copy color: '#293CA6'

red 41 ◦ green 60 ◦ blue 166

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

Shades of Persian Blue #293CA6

Tints of Persian Blue #293CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 62.17%

R = 15.36%
G = 22.47%
B = 62.17%

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

#293CA6 (or 0x293CA6) is known color: Persian Blue. HEX triplet: 29, 3C and A6. RGB value is (41,60,166). Sum of RGB (Red+Green+Blue) = 41+60+166=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 166 (65.23% from 255 or 62.17% from 267); Max value from RGB is 166 - color contains mainly: blue. Hex color #293CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CA6 is #D6C359. Grayscale: #414141. Windows color (decimal): -14074714 or 10894377. OLE color: 10894377.

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

Color convert

RGB 41 60 166 -
CMYK 0.75 0.64 0 0.35
HSL 230.88º 0.6% 0.41% -
HSV(B) 230.88º 0.75% 0.65% -
XYZ 9.41 6.46 36.83 -
YUV 66.4 184.21 109.88 -
System Red Green Blue C M Y K H S L
Decimal 41 60 166 0.75 0.64 0 0.35 230.88 0.6 0.41
Hex 29 3C A6 4B 40 0 23 E7 3C 29
Octal 51 74 246 113 100 0 43 347 74 51
Binary 101001 111100 10100110 1001011 1000000 0 100011 11100111 111100 101001

Color Harmonies of #293CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CA6

Black with #293CA6

Text Example


Text Example

White with #293CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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