Html Css Color HEX #293172 Torea Bay

📋 copy color: '#293172'

red 41 ◦ green 49 ◦ blue 114

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

Shades of Torea Bay #293172

Tints of Torea Bay #293172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.88%

R = 20.1%
G = 24.02%
B = 55.88%

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

#293172 (or 0x293172) is known color: Torea Bay. HEX triplet: 29, 31 and 72. RGB value is (41,49,114). Sum of RGB (Red+Green+Blue) = 41+49+114=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #293172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293172 is #D6CE8D. Grayscale: #353535. Windows color (decimal): -14077582 or 7483689. OLE color: 7483689.

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

Color convert

RGB 41 49 114 -
CMYK 0.64 0.57 0 0.55
HSL 233.42º 0.47% 0.3% -
HSV(B) 233.42º 0.64% 0.45% -
XYZ 5.05 3.88 16.4 -
YUV 54.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 41 49 114 0.64 0.57 0 0.55 233.42 0.47 0.3
Hex 29 31 72 40 39 0 37 E9 2F 1E
Octal 51 61 162 100 71 0 67 351 57 36
Binary 101001 110001 1110010 1000000 111001 0 110111 11101001 101111 11110

Color Harmonies of #293172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293172

Black with #293172

Text Example


Text Example

White with #293172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293172; }

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

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

background-color css

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

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

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

border-color css

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

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

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