#333975

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

Shades of Torea Bay #333975

Tints of Torea Bay #333975

Color information

#333975 (or 0x333975) is unknown color: approx Torea Bay. HEX triplet: 33, 39 and 75. RGB value is (51,57,117). Sum of RGB (Red+Green+Blue) = 51+57+117=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #333975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333975 is #CCC68A. Grayscale: #3D3D3D. Windows color (decimal): -13420171 or 7682355. OLE color: 7682355.

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

Color convert

RGB5157117-
CMYK0.560.5100.54
HSL234.55º39.29%32.94%-
HSV(B)234.55º56.41%45.88%-
XYZ6.044.9117.46-
YUV62.05159.01120.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 117 (46.09% from 255) = 52%
R=22.67%
G=25.33%
B=52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51571170.560.5100.54234.5539.2932.94
Hex3339753833036eb2721
Octal637116570630663534741
Binary1100111110011110101111000110011011011011101011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333975; }

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

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

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

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

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

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

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

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