Html Css Color HEX #293173 Torea Bay

📋 copy color: '#293173'

red 41 ◦ green 49 ◦ blue 115

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

Shades of Torea Bay #293173

Tints of Torea Bay #293173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 20%
G = 23.9%
B = 56.1%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#293173 (or 0x293173) is known color: Torea Bay. HEX triplet: 29, 31 and 73. RGB value is (41,49,115). Sum of RGB (Red+Green+Blue) = 41+49+115=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #293173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293173 is #D6CE8C. Grayscale: #353535. Windows color (decimal): -14077581 or 7549225. OLE color: 7549225.

HSL color Cylindrical-coordinate representation of color #293173: hue angle of 233.51º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293173 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 49 115 -
CMYK 0.64 0.57 0 0.55
HSL 233.51º 0.47% 0.31% -
HSV(B) 233.51º 0.64% 0.45% -
XYZ 5.11 3.91 16.7 -
YUV 54.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 41 49 115 0.64 0.57 0 0.55 233.51 0.47 0.31
Hex 29 31 73 40 39 0 37 EA 2F 1F
Octal 51 61 163 100 71 0 67 352 57 37
Binary 101001 110001 1110011 1000000 111001 0 110111 11101010 101111 11111

Color Harmonies of #293173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293173

Black with #293173

Text Example


Text Example

White with #293173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293173; }

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

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

background-color css

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

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

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

border-color css

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

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

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