#333D72

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

Shades of Torea Bay #333D72

Tints of Torea Bay #333D72

Color information

#333D72 (or 0x333D72) is unknown color: approx Torea Bay. HEX triplet: 33, 3D and 72. RGB value is (51,61,114). Sum of RGB (Red+Green+Blue) = 51+61+114=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #333D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D72 is #CCC28D. Grayscale: #3F3F3F. Windows color (decimal): -13419150 or 7486771. OLE color: 7486771.

HSL color Cylindrical-coordinate representation of color #333D72: hue angle of 230.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333D72 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5161114-
CMYK0.550.4600.55
HSL230.48º38.18%32.35%-
HSV(B)230.48º55.26%44.71%-
XYZ6.075.2616.61-
YUV64.05156.19118.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=22.57%
G=26.99%
B=50.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51611140.550.4600.55230.4838.1832.35
Hex333D72372E037e62620
Octal637516267560673464640
Binary1100111111011110010110111101110011011111100110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D72; }

 p { color: rgb(51,61,114); }

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

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

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

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

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

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

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