#333A78

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

Shades of Torea Bay #333A78

Tints of Torea Bay #333A78

Color information

#333A78 (or 0x333A78) is unknown color: approx Torea Bay. HEX triplet: 33, 3A and 78. RGB value is (51,58,120). Sum of RGB (Red+Green+Blue) = 51+58+120=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #333A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A78 is #CCC587. Grayscale: #3E3E3E. Windows color (decimal): -13419912 or 7879219. OLE color: 7879219.

HSL color Cylindrical-coordinate representation of color #333A78: hue angle of 233.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333A78 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5158120-
CMYK0.580.5200.53
HSL233.91º40.35%33.53%-
HSV(B)233.91º57.5%47.06%-
XYZ6.275.0918.42-
YUV62.98160.18119.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=22.27%
G=25.33%
B=52.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51581200.580.5200.53233.9140.3533.53
Hex333A783A34035ea2822
Octal637217072640653525042
Binary1100111110101111000111010110100011010111101010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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