#333B7C

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

Shades of Torea Bay #333B7C

Tints of Torea Bay #333B7C

Color information

#333B7C (or 0x333B7C) is unknown color: approx Torea Bay. HEX triplet: 33, 3B and 7C. RGB value is (51,59,124). Sum of RGB (Red+Green+Blue) = 51+59+124=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #333B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B7C is #CCC483. Grayscale: #3F3F3F. Windows color (decimal): -13419652 or 8141619. OLE color: 8141619.

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

Color convert

RGB5159124-
CMYK0.590.5200.51
HSL233.42º41.71%34.31%-
HSV(B)233.42º58.87%48.63%-
XYZ6.575.2919.74-
YUV64.02161.85118.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 59 (23.44% from 255) = 25.21%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=21.79%
G=25.21%
B=52.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51591240.590.5200.51233.4241.7134.31
Hex333B7C3B34033e92a22
Octal637317473640633515242
Binary1100111110111111100111011110100011001111101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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