Html Css Color HEX #293175 Torea Bay

📋 copy color: '#293175'

red 41 ◦ green 49 ◦ blue 117

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

Shades of Torea Bay #293175

Tints of Torea Bay #293175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 19.81%
G = 23.67%
B = 56.52%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293175 (or 0x293175) is known color: Torea Bay. HEX triplet: 29, 31 and 75. RGB value is (41,49,117). Sum of RGB (Red+Green+Blue) = 41+49+117=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #293175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293175 is #D6CE8A. Grayscale: #363636. Windows color (decimal): -14077579 or 7680297. OLE color: 7680297.

HSL color Cylindrical-coordinate representation of color #293175: hue angle of 233.68º 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 #293175 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 49 117 -
CMYK 0.65 0.58 0 0.54
HSL 233.68º 0.48% 0.31% -
HSV(B) 233.68º 0.65% 0.46% -
XYZ 5.22 3.95 17.32 -
YUV 54.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 41 49 117 0.65 0.58 0 0.54 233.68 0.48 0.31
Hex 29 31 75 41 3A 0 36 EA 30 1F
Octal 51 61 165 101 72 0 66 352 60 37
Binary 101001 110001 1110101 1000001 111010 0 110110 11101010 110000 11111

Color Harmonies of #293175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293175

Black with #293175

Text Example


Text Example

White with #293175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293175; }

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

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

background-color css

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

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

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

border-color css

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

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

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