#333E7B

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

Shades of Torea Bay #333E7B

Tints of Torea Bay #333E7B

Color information

#333E7B (or 0x333E7B) is unknown color: approx Torea Bay. HEX triplet: 33, 3E and 7B. RGB value is (51,62,123). Sum of RGB (Red+Green+Blue) = 51+62+123=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #333E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E7B is #CCC184. Grayscale: #414141. Windows color (decimal): -13418885 or 8076851. OLE color: 8076851.

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

Color convert

RGB5162123-
CMYK0.590.5000.52
HSL230.83º41.38%34.12%-
HSV(B)230.83º58.54%48.24%-
XYZ6.665.5819.46-
YUV65.67160.36117.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=21.61%
G=26.27%
B=52.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51621230.590.5000.52230.8341.3834.12
Hex333E7B3B32034e72922
Octal637617373620643475142
Binary1100111111101111011111011110010011010011100111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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