#333377

Color #333377 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #333377

Tints of Torea Bay #333377

Color information

#333377 (or 0x333377) is unknown color: approx Torea Bay. HEX triplet: 33, 33 and 77. RGB value is (51,51,119). Sum of RGB (Red+Green+Blue) = 51+51+119=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #333377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333377 is #CCCC88. Grayscale: #3A3A3A. Windows color (decimal): -13421705 or 7811891. OLE color: 7811891.

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

Color convert

RGB5151119-
CMYK0.570.5700.53
HSL240º40%33.33%-
HSV(B)240º57.14%46.67%-
XYZ5.884.417.99-
YUV58.75162122.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=23.08%
G=23.08%
B=53.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51511190.570.5700.532404033.33
Hex3333773939035f02821
Octal636316771710653605041
Binary1100111100111110111111001111001011010111110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333377; }

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

 H1.HeaderClassName
 {
   color: #333377;
 }
 .AnyTagClassName
 {
   color: #333377;
 }
</style>
background-color css

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

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

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

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

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

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