#333A7C

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

Shades of Torea Bay #333A7C

Tints of Torea Bay #333A7C

Color information

#333A7C (or 0x333A7C) is unknown color: approx Torea Bay. HEX triplet: 33, 3A and 7C. RGB value is (51,58,124). Sum of RGB (Red+Green+Blue) = 51+58+124=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #333A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A7C is #CCC583. Grayscale: #3F3F3F. Windows color (decimal): -13419908 or 8141363. OLE color: 8141363.

HSL color Cylindrical-coordinate representation of color #333A7C: hue angle of 234.25º 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 #333A7C is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5158124-
CMYK0.590.5300.51
HSL234.25º41.71%34.31%-
HSV(B)234.25º58.87%48.63%-
XYZ6.525.1919.73-
YUV63.43162.18119.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=21.89%
G=24.89%
B=53.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51581240.590.5300.51234.2541.7134.31
Hex333A7C3B35033ea2a22
Octal637217473650633525242
Binary1100111110101111100111011110101011001111101010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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