#333675

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

Shades of Torea Bay #333675

Tints of Torea Bay #333675

Color information

#333675 (or 0x333675) is unknown color: approx Torea Bay. HEX triplet: 33, 36 and 75. RGB value is (51,54,117). Sum of RGB (Red+Green+Blue) = 51+54+117=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #333675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333675 is #CCC98A. Grayscale: #3C3C3C. Windows color (decimal): -13420939 or 7681587. OLE color: 7681587.

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

Color convert

RGB5154117-
CMYK0.560.5400.54
HSL237.27º39.29%32.94%-
HSV(B)237.27º56.41%45.88%-
XYZ5.94.6317.41-
YUV60.28160.01121.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=22.97%
G=24.32%
B=52.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51541170.560.5400.54237.2739.2932.94
Hex3336753836036ed2721
Octal636616570660663554741
Binary1100111101101110101111000110110011011011101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333675; }

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

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

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

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

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

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

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

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