#33377A

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

Shades of Torea Bay #33377A

Tints of Torea Bay #33377A

Color information

#33377A (or 0x33377A) is unknown color: approx Torea Bay. HEX triplet: 33, 37 and 7A. RGB value is (51,55,122). Sum of RGB (Red+Green+Blue) = 51+55+122=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #33377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33377A is #CCC885. Grayscale: #3D3D3D. Windows color (decimal): -13420678 or 8009523. OLE color: 8009523.

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

Color convert

RGB5155122-
CMYK0.580.5500.52
HSL236.62º41.04%33.92%-
HSV(B)236.62º58.2%47.84%-
XYZ6.244.8419.02-
YUV61.44162.17120.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=22.37%
G=24.12%
B=53.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51551220.580.5500.52236.6241.0433.92
Hex33377A3A37034ed2922
Octal636717272670643555142
Binary1100111101111111010111010110111011010011101101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33377A; }

 p { color: rgb(51,55,122); }

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

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

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

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

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

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

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