Html Css Color HEX #293076 Torea Bay

📋 copy color: '#293076'

red 41 ◦ green 48 ◦ blue 118

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

Shades of Torea Bay #293076

Tints of Torea Bay #293076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 19.81%
G = 23.19%
B = 57%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293076 (or 0x293076) is known color: Torea Bay. HEX triplet: 29, 30 and 76. RGB value is (41,48,118). Sum of RGB (Red+Green+Blue) = 41+48+118=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #293076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293076 is #D6CF89. Grayscale: #353535. Windows color (decimal): -14077834 or 7745577. OLE color: 7745577.

HSL color Cylindrical-coordinate representation of color #293076: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293076 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 48 118 -
CMYK 0.65 0.59 0 0.54
HSL 234.55º 0.48% 0.31% -
HSV(B) 234.55º 0.65% 0.46% -
XYZ 5.24 3.89 17.61 -
YUV 53.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 41 48 118 0.65 0.59 0 0.54 234.55 0.48 0.31
Hex 29 30 76 41 3B 0 36 EB 30 1F
Octal 51 60 166 101 73 0 66 353 60 37
Binary 101001 110000 1110110 1000001 111011 0 110110 11101011 110000 11111

Color Harmonies of #293076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293076

Black with #293076

Text Example


Text Example

White with #293076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293076; }

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

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

background-color css

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

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

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

border-color css

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

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

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