Html Css Color HEX #293376 Torea Bay

📋 copy color: '#293376'

red 41 ◦ green 51 ◦ blue 118

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

Shades of Torea Bay #293376

Tints of Torea Bay #293376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 19.52%
G = 24.29%
B = 56.19%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293376 (or 0x293376) is known color: Torea Bay. HEX triplet: 29, 33 and 76. RGB value is (41,51,118). Sum of RGB (Red+Green+Blue) = 41+51+118=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #293376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293376 is #D6CC89. Grayscale: #373737. Windows color (decimal): -14077066 or 7746345. OLE color: 7746345.

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

Color convert

RGB 41 51 118 -
CMYK 0.65 0.57 0 0.54
HSL 232.21º 0.48% 0.31% -
HSV(B) 232.21º 0.65% 0.46% -
XYZ 5.37 4.15 17.66 -
YUV 55.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 41 51 118 0.65 0.57 0 0.54 232.21 0.48 0.31
Hex 29 33 76 41 39 0 36 E8 30 1F
Octal 51 63 166 101 71 0 66 350 60 37
Binary 101001 110011 1110110 1000001 111001 0 110110 11101000 110000 11111

Color Harmonies of #293376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293376

Black with #293376

Text Example


Text Example

White with #293376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293376; }

 p { color: rgb(41,51,118); }

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

background-color css

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

 a { background-color: rgb(41,51,118); }

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

border-color css

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

 span { border-color: rgb(41,51,118); }

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