Html Css Color HEX #333379 Torea Bay

📋 copy color: '#333379'

red 51 ◦ green 51 ◦ blue 121

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

Shades of Torea Bay #333379

Tints of Torea Bay #333379

RGB

 RED value IS 51 (20.31% from 255) = 22.87%

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

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

R = 22.87%
G = 22.87%
B = 54.26%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333379 (or 0x333379) is known color: Torea Bay. HEX triplet: 33, 33 and 79. RGB value is (51,51,121). Sum of RGB (Red+Green+Blue) = 51+51+121=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #333379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333379 is #CCCC86. Grayscale: #3A3A3A. Windows color (decimal): -13421703 or 7942963. OLE color: 7942963.

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

Color convert

RGB 51 51 121 -
CMYK 0.58 0.58 0 0.53
HSL 240º 0.41% 0.34% -
HSV(B) 240º 0.58% 0.47% -
XYZ 6 4.45 18.63 -
YUV 58.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 51 51 121 0.58 0.58 0 0.53 240 0.41 0.34
Hex 33 33 79 3A 3A 0 35 F0 29 22
Octal 63 63 171 72 72 0 65 360 51 42
Binary 110011 110011 1111001 111010 111010 0 110101 11110000 101001 100010

Color Harmonies of #333379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333379

Black with #333379

Text Example


Text Example

White with #333379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333379; }

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

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

background-color css

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

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

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

border-color css

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

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

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