#333D7C

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

Shades of Torea Bay #333D7C

Tints of Torea Bay #333D7C

Color information

#333D7C (or 0x333D7C) is unknown color: approx Torea Bay. HEX triplet: 33, 3D and 7C. RGB value is (51,61,124). Sum of RGB (Red+Green+Blue) = 51+61+124=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #333D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D7C is #CCC283. Grayscale: #404040. Windows color (decimal): -13419140 or 8142131. OLE color: 8142131.

HSL color Cylindrical-coordinate representation of color #333D7C: hue angle of 231.78º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333D7C is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5161124-
CMYK0.590.5100.51
HSL231.78º41.71%34.31%-
HSV(B)231.78º58.87%48.63%-
XYZ6.675.519.78-
YUV65.19161.19117.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=21.61%
G=25.85%
B=52.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51611240.590.5100.51231.7841.7134.31
Hex333D7C3B33033e82a22
Octal637517473630633505242
Binary1100111111011111100111011110011011001111101000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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