#333B7B

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

Shades of Torea Bay #333B7B

Tints of Torea Bay #333B7B

Color information

#333B7B (or 0x333B7B) is unknown color: approx Torea Bay. HEX triplet: 33, 3B and 7B. RGB value is (51,59,123). Sum of RGB (Red+Green+Blue) = 51+59+123=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #333B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B7B is #CCC484. Grayscale: #3F3F3F. Windows color (decimal): -13419653 or 8076083. OLE color: 8076083.

HSL color Cylindrical-coordinate representation of color #333B7B: hue angle of 233.33º 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 #333B7B is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5159123-
CMYK0.590.5200.52
HSL233.33º41.38%34.12%-
HSV(B)233.33º58.54%48.24%-
XYZ6.55.2619.41-
YUV63.9161.35118.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=21.89%
G=25.32%
B=52.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51591230.590.5200.52233.3341.3834.12
Hex333B7B3B34034e92922
Octal637317373640643515142
Binary1100111110111111011111011110100011010011101001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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