#333D7F

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

Shades of Torea Bay #333D7F

Tints of Torea Bay #333D7F

Color information

#333D7F (or 0x333D7F) is unknown color: approx Torea Bay. HEX triplet: 33, 3D and 7F. RGB value is (51,61,127). Sum of RGB (Red+Green+Blue) = 51+61+127=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #333D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D7F is #CCC280. Grayscale: #414141. Windows color (decimal): -13419137 or 8338739. OLE color: 8338739.

HSL color Cylindrical-coordinate representation of color #333D7F: hue angle of 232.11º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333D7F is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5161127-
CMYK0.600.5200.50
HSL232.11º42.7%34.9%-
HSV(B)232.11º59.84%49.8%-
XYZ6.865.5720.79-
YUV65.53162.69117.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 61 (24.22% from 255) = 25.52%
BLUE value IS 127 (50% from 255) = 53.14%
R=21.34%
G=25.52%
B=53.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51611270.600.5200.50232.1142.734.9
Hex333D7F3C34032e82b23
Octal637517774640623505343
Binary1100111111011111111111100110100011001011101000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D7F; }

 p { color: rgb(51,61,127); }

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

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

 a { background-color: rgb(51,61,127); }

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

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

 span { border-color: rgb(51,61,127); }

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