#333574

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

Shades of Torea Bay #333574

Tints of Torea Bay #333574

Color information

#333574 (or 0x333574) is unknown color: approx Torea Bay. HEX triplet: 33, 35 and 74. RGB value is (51,53,116). Sum of RGB (Red+Green+Blue) = 51+53+116=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #333574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333574 is #CCCA8B. Grayscale: #3B3B3B. Windows color (decimal): -13421196 or 7615795. OLE color: 7615795.

HSL color Cylindrical-coordinate representation of color #333574: hue angle of 238.15º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333574 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5153116-
CMYK0.560.5400.55
HSL238.15º38.92%32.75%-
HSV(B)238.15º56.03%45.49%-
XYZ5.794.5117.09-
YUV59.58159.84121.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 116 (45.70% from 255) = 52.73%
R=23.18%
G=24.09%
B=52.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51531160.560.5400.55238.1538.9232.75
Hex3335743836037ee2721
Octal636516470660673564741
Binary1100111101011110100111000110110011011111101110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333574; }

 p { color: rgb(51,53,116); }

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

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

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

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

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

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

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