#333378

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

Shades of Torea Bay #333378

Tints of Torea Bay #333378

Color information

#333378 (or 0x333378) is unknown color: approx Torea Bay. HEX triplet: 33, 33 and 78. RGB value is (51,51,120). Sum of RGB (Red+Green+Blue) = 51+51+120=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #333378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333378 is #CCCC87. Grayscale: #3A3A3A. Windows color (decimal): -13421704 or 7877427. OLE color: 7877427.

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

Color convert

RGB5151120-
CMYK0.580.5800.53
HSL240º40.35%33.53%-
HSV(B)240º57.5%47.06%-
XYZ5.944.4318.31-
YUV58.87162.5122.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=22.97%
G=22.97%
B=54.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51511200.580.5800.5324040.3533.53
Hex3333783A3A035f02822
Octal636317072720653605042
Binary1100111100111111000111010111010011010111110000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333378; }

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

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

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

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

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

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

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

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