#333B6C

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

Shades of Torea Bay #333B6C

Tints of Torea Bay #333B6C

Color information

#333B6C (or 0x333B6C) is unknown color: approx Torea Bay. HEX triplet: 33, 3B and 6C. RGB value is (51,59,108). Sum of RGB (Red+Green+Blue) = 51+59+108=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #333B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B6C is #CCC493. Grayscale: #3D3D3D. Windows color (decimal): -13419668 or 7093043. OLE color: 7093043.

HSL color Cylindrical-coordinate representation of color #333B6C: hue angle of 231.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333B6C is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5159108-
CMYK0.530.4500.58
HSL231.58º35.85%31.18%-
HSV(B)231.58º52.78%42.35%-
XYZ5.644.9114.84-
YUV62.19153.85120.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=23.39%
G=27.06%
B=49.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51591080.530.4500.58231.5835.8531.18
Hex333B6C352D03Ae8241f
Octal637315465550723504437
Binary110011111011110110011010110110101110101110100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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