#333E7E

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

Shades of Torea Bay #333E7E

Tints of Torea Bay #333E7E

Color information

#333E7E (or 0x333E7E) is unknown color: approx Torea Bay. HEX triplet: 33, 3E and 7E. RGB value is (51,62,126). Sum of RGB (Red+Green+Blue) = 51+62+126=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #333E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E7E is #CCC181. Grayscale: #414141. Windows color (decimal): -13418882 or 8273459. OLE color: 8273459.

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

Color convert

RGB5162126-
CMYK0.600.5100.51
HSL231.2º42.37%34.71%-
HSV(B)231.2º59.52%49.41%-
XYZ6.855.6620.47-
YUV66.01161.86117.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=21.34%
G=25.94%
B=52.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51621260.600.5100.51231.242.3734.71
Hex333E7E3C33033e72a23
Octal637617674630633475243
Binary1100111111101111110111100110011011001111100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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