#333A6C

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

Shades of Torea Bay #333A6C

Tints of Torea Bay #333A6C

Color information

#333A6C (or 0x333A6C) is unknown color: approx Torea Bay. HEX triplet: 33, 3A and 6C. RGB value is (51,58,108). Sum of RGB (Red+Green+Blue) = 51+58+108=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #333A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A6C is #CCC593. Grayscale: #3D3D3D. Windows color (decimal): -13419924 or 7092787. OLE color: 7092787.

HSL color Cylindrical-coordinate representation of color #333A6C: hue angle of 232.63º 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 #333A6C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5158108-
CMYK0.530.4600.58
HSL232.63º35.85%31.18%-
HSV(B)232.63º52.78%42.35%-
XYZ5.594.8114.82-
YUV61.61154.18120.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=23.50%
G=26.73%
B=49.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51581080.530.4600.58232.6335.8531.18
Hex333A6C352E03Ae9241f
Octal637215465560723514437
Binary110011111010110110011010110111001110101110100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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