#333D83

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

Shades of Torea Bay #333D83

Tints of Torea Bay #333D83

Color information

#333D83 (or 0x333D83) is unknown color: approx Torea Bay. HEX triplet: 33, 3D and 83. RGB value is (51,61,131). Sum of RGB (Red+Green+Blue) = 51+61+131=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #333D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D83 is #CCC27C. Grayscale: #414141. Windows color (decimal): -13419133 or 8600883. OLE color: 8600883.

HSL color Cylindrical-coordinate representation of color #333D83: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333D83 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5161131-
CMYK0.610.5300.49
HSL232.5º43.96%35.69%-
HSV(B)232.5º61.07%51.37%-
XYZ7.135.6822.19-
YUV65.99164.69117.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=20.99%
G=25.10%
B=53.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51611310.610.5300.49232.543.9635.69
Hex333D833D35031e82c24
Octal637520375650613505444
Binary11001111110110000011111101110101011000111101000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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