Html Css Color HEX #293180 Torea Bay

📋 copy color: '#293180'

red 41 ◦ green 49 ◦ blue 128

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

Shades of Torea Bay #293180

Tints of Torea Bay #293180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

 BLUE value IS 128 (50.39% from 255) = 58.72%

R = 18.81%
G = 22.48%
B = 58.72%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#293180 (or 0x293180) is known color: Torea Bay. HEX triplet: 29, 31 and 80. RGB value is (41,49,128). Sum of RGB (Red+Green+Blue) = 41+49+128=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #293180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293180 is #D6CE7F. Grayscale: #373737. Windows color (decimal): -14077568 or 8401193. OLE color: 8401193.

HSL color Cylindrical-coordinate representation of color #293180: hue angle of 234.48º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293180 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 49 128 -
CMYK 0.68 0.62 0 0.50
HSL 234.48º 0.51% 0.33% -
HSV(B) 234.48º 0.68% 0.5% -
XYZ 5.91 4.23 20.93 -
YUV 55.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 41 49 128 0.68 0.62 0 0.50 234.48 0.51 0.33
Hex 29 31 80 44 3E 0 32 EA 33 21
Octal 51 61 200 104 76 0 62 352 63 41
Binary 101001 110001 10000000 1000100 111110 0 110010 11101010 110011 100001

Color Harmonies of #293180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293180

Black with #293180

Text Example


Text Example

White with #293180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293180; }

 p { color: rgb(41,49,128); }

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

background-color css

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

 a { background-color: rgb(41,49,128); }

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

border-color css

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

 span { border-color: rgb(41,49,128); }

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