Html Css Color HEX #293178 Torea Bay

📋 copy color: '#293178'

red 41 ◦ green 49 ◦ blue 120

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

Shades of Torea Bay #293178

Tints of Torea Bay #293178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 19.52%
G = 23.33%
B = 57.14%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293178 (or 0x293178) is known color: Torea Bay. HEX triplet: 29, 31 and 78. RGB value is (41,49,120). Sum of RGB (Red+Green+Blue) = 41+49+120=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #293178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293178 is #D6CE87. Grayscale: #363636. Windows color (decimal): -14077576 or 7876905. OLE color: 7876905.

HSL color Cylindrical-coordinate representation of color #293178: hue angle of 233.92º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293178 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 49 120 -
CMYK 0.66 0.59 0 0.53
HSL 233.92º 0.49% 0.32% -
HSV(B) 233.92º 0.66% 0.47% -
XYZ 5.4 4.02 18.26 -
YUV 54.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 41 49 120 0.66 0.59 0 0.53 233.92 0.49 0.32
Hex 29 31 78 42 3B 0 35 EA 31 20
Octal 51 61 170 102 73 0 65 352 61 40
Binary 101001 110001 1111000 1000010 111011 0 110101 11101010 110001 100000

Color Harmonies of #293178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293178

Black with #293178

Text Example


Text Example

White with #293178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293178; }

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

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

background-color css

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

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

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

border-color css

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

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

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