#333E7F

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

Shades of Torea Bay #333E7F

Tints of Torea Bay #333E7F

Color information

#333E7F (or 0x333E7F) is unknown color: approx Torea Bay. HEX triplet: 33, 3E and 7F. RGB value is (51,62,127). Sum of RGB (Red+Green+Blue) = 51+62+127=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #333E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E7F is #CCC180. Grayscale: #414141. Windows color (decimal): -13418881 or 8338995. OLE color: 8338995.

HSL color Cylindrical-coordinate representation of color #333E7F: hue angle of 231.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333E7F is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5162127-
CMYK0.600.5100.50
HSL231.32º42.7%34.9%-
HSV(B)231.32º59.84%49.8%-
XYZ6.925.6820.81-
YUV66.12162.36117.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 127 (50% from 255) = 52.92%
R=21.25%
G=25.83%
B=52.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51621270.600.5100.50231.3242.734.9
Hex333E7F3C33032e72b23
Octal637617774630623475343
Binary1100111111101111111111100110011011001011100111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,127); }

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

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

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

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

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

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

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