#33396F

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

Shades of Torea Bay #33396F

Tints of Torea Bay #33396F

Color information

#33396F (or 0x33396F) is unknown color: approx Torea Bay. HEX triplet: 33, 39 and 6F. RGB value is (51,57,111). Sum of RGB (Red+Green+Blue) = 51+57+111=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #33396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33396F is #CCC690. Grayscale: #3D3D3D. Windows color (decimal): -13420177 or 7289139. OLE color: 7289139.

HSL color Cylindrical-coordinate representation of color #33396F: hue angle of 234º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33396F is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5157111-
CMYK0.540.4900.56
HSL234º37.04%31.76%-
HSV(B)234º54.05%43.53%-
XYZ5.74.7815.66-
YUV61.36156.01120.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=23.29%
G=26.03%
B=50.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51571110.540.4900.5623437.0431.76
Hex33396F3631038ea2520
Octal637115766610703524540
Binary1100111110011101111110110110001011100011101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33396F; }

 p { color: rgb(51,57,111); }

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

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

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

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

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

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

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