#333B7A

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

Shades of Torea Bay #333B7A

Tints of Torea Bay #333B7A

Color information

#333B7A (or 0x333B7A) is unknown color: approx Torea Bay. HEX triplet: 33, 3B and 7A. RGB value is (51,59,122). Sum of RGB (Red+Green+Blue) = 51+59+122=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #333B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B7A is #CCC485. Grayscale: #3F3F3F. Windows color (decimal): -13419654 or 8010547. OLE color: 8010547.

HSL color Cylindrical-coordinate representation of color #333B7A: hue angle of 233.24º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #333B7A is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5159122-
CMYK0.580.5200.52
HSL233.24º41.04%33.92%-
HSV(B)233.24º58.2%47.84%-
XYZ6.445.2419.08-
YUV63.79160.85118.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=21.98%
G=25.43%
B=52.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51591220.580.5200.52233.2441.0433.92
Hex333B7A3A34034e92922
Octal637317272640643515142
Binary1100111110111111010111010110100011010011101001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,59,122); }

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

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

 a { background-color: rgb(51,59,122); }

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

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

 span { border-color: rgb(51,59,122); }

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