Html Css Color HEX #293379 Torea Bay

📋 copy color: '#293379'

red 41 ◦ green 51 ◦ blue 121

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

Shades of Torea Bay #293379

Tints of Torea Bay #293379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 19.25%
G = 23.94%
B = 56.81%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293379 (or 0x293379) is known color: Torea Bay. HEX triplet: 29, 33 and 79. RGB value is (41,51,121). Sum of RGB (Red+Green+Blue) = 41+51+121=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #293379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293379 is #D6CC86. Grayscale: #373737. Windows color (decimal): -14077063 or 7942953. OLE color: 7942953.

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

Color convert

RGB 41 51 121 -
CMYK 0.66 0.58 0 0.53
HSL 232.5º 0.49% 0.32% -
HSV(B) 232.5º 0.66% 0.47% -
XYZ 5.55 4.22 18.61 -
YUV 55.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 41 51 121 0.66 0.58 0 0.53 232.5 0.49 0.32
Hex 29 33 79 42 3A 0 35 E8 31 20
Octal 51 63 171 102 72 0 65 350 61 40
Binary 101001 110011 1111001 1000010 111010 0 110101 11101000 110001 100000

Color Harmonies of #293379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293379

Black with #293379

Text Example


Text Example

White with #293379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293379; }

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

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

background-color css

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

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

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

border-color css

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

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

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