#333878

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

Shades of Torea Bay #333878

Tints of Torea Bay #333878

Color information

#333878 (or 0x333878) is unknown color: approx Torea Bay. HEX triplet: 33, 38 and 78. RGB value is (51,56,120). Sum of RGB (Red+Green+Blue) = 51+56+120=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #333878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333878 is #CCC787. Grayscale: #3D3D3D. Windows color (decimal): -13420424 or 7878707. OLE color: 7878707.

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

Color convert

RGB5156120-
CMYK0.580.5300.53
HSL235.65º40.35%33.53%-
HSV(B)235.65º57.5%47.06%-
XYZ6.174.8918.39-
YUV61.8160.84120.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=22.47%
G=24.67%
B=52.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51561200.580.5300.53235.6540.3533.53
Hex3338783A35035ec2822
Octal637017072650653545042
Binary1100111110001111000111010110101011010111101100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333878; }

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

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

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

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

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

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

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

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