Html Css Color HEX #293271 Torea Bay

📋 copy color: '#293271'

red 41 ◦ green 50 ◦ blue 113

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

Shades of Torea Bay #293271

Tints of Torea Bay #293271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 20.1%
G = 24.51%
B = 55.39%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293271 (or 0x293271) is known color: Torea Bay. HEX triplet: 29, 32 and 71. RGB value is (41,50,113). Sum of RGB (Red+Green+Blue) = 41+50+113=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #293271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293271 is #D6CD8E. Grayscale: #363636. Windows color (decimal): -14077327 or 7418409. OLE color: 7418409.

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

Color convert

RGB 41 50 113 -
CMYK 0.64 0.56 0 0.56
HSL 232.5º 0.47% 0.3% -
HSV(B) 232.5º 0.64% 0.44% -
XYZ 5.04 3.94 16.12 -
YUV 54.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 41 50 113 0.64 0.56 0 0.56 232.5 0.47 0.3
Hex 29 32 71 40 38 0 38 E8 2F 1E
Octal 51 62 161 100 70 0 70 350 57 36
Binary 101001 110010 1110001 1000000 111000 0 111000 11101000 101111 11110

Color Harmonies of #293271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293271

Black with #293271

Text Example


Text Example

White with #293271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293271; }

 p { color: rgb(41,50,113); }

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

background-color css

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

 a { background-color: rgb(41,50,113); }

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

border-color css

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

 span { border-color: rgb(41,50,113); }

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