Html Css Color HEX #333279 Torea Bay

📋 copy color: '#333279'

red 51 ◦ green 50 ◦ blue 121

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

Shades of Torea Bay #333279

Tints of Torea Bay #333279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 22.97%
G = 22.52%
B = 54.5%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333279 (or 0x333279) is known color: Torea Bay. HEX triplet: 33, 32 and 79. RGB value is (51,50,121). Sum of RGB (Red+Green+Blue) = 51+50+121=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #333279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333279 is #CCCD86. Grayscale: #3A3A3A. Windows color (decimal): -13421959 or 7942707. OLE color: 7942707.

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

Color convert

RGB 51 50 121 -
CMYK 0.58 0.59 0 0.53
HSL 240.85º 0.42% 0.34% -
HSV(B) 240.85º 0.59% 0.47% -
XYZ 5.96 4.37 18.62 -
YUV 58.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 51 50 121 0.58 0.59 0 0.53 240.85 0.42 0.34
Hex 33 32 79 3A 3B 0 35 F1 2A 22
Octal 63 62 171 72 73 0 65 361 52 42
Binary 110011 110010 1111001 111010 111011 0 110101 11110001 101010 100010

Color Harmonies of #333279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333279

Black with #333279

Text Example


Text Example

White with #333279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333279; }

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

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

background-color css

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

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

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

border-color css

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

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

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