Html Css Color HEX #293377 Torea Bay

📋 copy color: '#293377'

red 41 ◦ green 51 ◦ blue 119

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

Shades of Torea Bay #293377

Tints of Torea Bay #293377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 19.43%
G = 24.17%
B = 56.4%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293377 (or 0x293377) is known color: Torea Bay. HEX triplet: 29, 33 and 77. RGB value is (41,51,119). Sum of RGB (Red+Green+Blue) = 41+51+119=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #293377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293377 is #D6CC88. Grayscale: #373737. Windows color (decimal): -14077065 or 7811881. OLE color: 7811881.

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

Color convert

RGB 41 51 119 -
CMYK 0.66 0.57 0 0.53
HSL 232.31º 0.49% 0.31% -
HSV(B) 232.31º 0.66% 0.47% -
XYZ 5.43 4.17 17.97 -
YUV 55.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 41 51 119 0.66 0.57 0 0.53 232.31 0.49 0.31
Hex 29 33 77 42 39 0 35 E8 31 1F
Octal 51 63 167 102 71 0 65 350 61 37
Binary 101001 110011 1110111 1000010 111001 0 110101 11101000 110001 11111

Color Harmonies of #293377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293377

Black with #293377

Text Example


Text Example

White with #293377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293377; }

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

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

background-color css

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

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

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

border-color css

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

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

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