#333F83

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

Shades of Torea Bay #333F83

Tints of Torea Bay #333F83

Color information

#333F83 (or 0x333F83) is unknown color: approx Torea Bay. HEX triplet: 33, 3F and 83. RGB value is (51,63,131). Sum of RGB (Red+Green+Blue) = 51+63+131=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #333F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F83 is #CCC07C. Grayscale: #424242. Windows color (decimal): -13418621 or 8601395. OLE color: 8601395.

HSL color Cylindrical-coordinate representation of color #333F83: hue angle of 231º 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 #333F83 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5163131-
CMYK0.610.5200.49
HSL231º43.96%35.69%-
HSV(B)231º61.07%51.37%-
XYZ7.245.922.23-
YUV67.16164.02116.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=20.82%
G=25.71%
B=53.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51631310.610.5200.4923143.9635.69
Hex333F833D34031e72c24
Octal637720375640613475444
Binary11001111111110000011111101110100011000111100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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