#333A6F

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

Shades of Torea Bay #333A6F

Tints of Torea Bay #333A6F

Color information

#333A6F (or 0x333A6F) is unknown color: approx Torea Bay. HEX triplet: 33, 3A and 6F. RGB value is (51,58,111). Sum of RGB (Red+Green+Blue) = 51+58+111=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #333A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A6F is #CCC590. Grayscale: #3D3D3D. Windows color (decimal): -13419921 or 7289395. OLE color: 7289395.

HSL color Cylindrical-coordinate representation of color #333A6F: hue angle of 233º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333A6F is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5158111-
CMYK0.540.4800.56
HSL233º37.04%31.76%-
HSV(B)233º54.05%43.53%-
XYZ5.754.8815.68-
YUV61.95155.68120.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=23.18%
G=26.36%
B=50.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51581110.540.4800.5623337.0431.76
Hex333A6F3630038e92520
Octal637215766600703514540
Binary1100111110101101111110110110000011100011101001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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