#333D77

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

Shades of Torea Bay #333D77

Tints of Torea Bay #333D77

Color information

#333D77 (or 0x333D77) is unknown color: approx Torea Bay. HEX triplet: 33, 3D and 77. RGB value is (51,61,119). Sum of RGB (Red+Green+Blue) = 51+61+119=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #333D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D77 is #CCC288. Grayscale: #404040. Windows color (decimal): -13419145 or 7814451. OLE color: 7814451.

HSL color Cylindrical-coordinate representation of color #333D77: hue angle of 231.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333D77 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5161119-
CMYK0.570.4900.53
HSL231.18º40%33.33%-
HSV(B)231.18º57.14%46.67%-
XYZ6.365.3718.15-
YUV64.62158.69118.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=22.08%
G=26.41%
B=51.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51611190.570.4900.53231.184033.33
Hex333D773931035e72821
Octal637516771610653475041
Binary1100111111011110111111001110001011010111100111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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