Html Css Color HEX #293080 Torea Bay

📋 copy color: '#293080'

red 41 ◦ green 48 ◦ blue 128

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

Shades of Torea Bay #293080

Tints of Torea Bay #293080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

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

R = 18.89%
G = 22.12%
B = 58.99%

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

#293080 (or 0x293080) is known color: Torea Bay. HEX triplet: 29, 30 and 80. RGB value is (41,48,128). Sum of RGB (Red+Green+Blue) = 41+48+128=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #293080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293080 is #D6CF7F. Grayscale: #363636. Windows color (decimal): -14077824 or 8400937. OLE color: 8400937.

HSL color Cylindrical-coordinate representation of color #293080: hue angle of 235.17º 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 #293080 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 48 128 -
CMYK 0.68 0.62 0 0.50
HSL 235.17º 0.51% 0.33% -
HSV(B) 235.17º 0.68% 0.5% -
XYZ 5.87 4.14 20.91 -
YUV 55.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 41 48 128 0.68 0.62 0 0.50 235.17 0.51 0.33
Hex 29 30 80 44 3E 0 32 EB 33 21
Octal 51 60 200 104 76 0 62 353 63 41
Binary 101001 110000 10000000 1000100 111110 0 110010 11101011 110011 100001

Color Harmonies of #293080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293080

Black with #293080

Text Example


Text Example

White with #293080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293080; }

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

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

background-color css

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

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

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

border-color css

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

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

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