#333970

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

Shades of Torea Bay #333970

Tints of Torea Bay #333970

Color information

#333970 (or 0x333970) is unknown color: approx Torea Bay. HEX triplet: 33, 39 and 70. RGB value is (51,57,112). Sum of RGB (Red+Green+Blue) = 51+57+112=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #333970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333970 is #CCC68F. Grayscale: #3D3D3D. Windows color (decimal): -13420176 or 7354675. OLE color: 7354675.

HSL color Cylindrical-coordinate representation of color #333970: hue angle of 234.1º 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 #333970 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5157112-
CMYK0.540.4900.56
HSL234.1º37.42%31.96%-
HSV(B)234.1º54.46%43.92%-
XYZ5.754.815.95-
YUV61.48156.51120.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=23.18%
G=25.91%
B=50.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51571120.540.4900.56234.137.4231.96
Hex3339703631038ea2520
Octal637116066610703524540
Binary1100111110011110000110110110001011100011101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333970; }

 p { color: rgb(51,57,112); }

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

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

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

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

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

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

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