#333E7C

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

Shades of Torea Bay #333E7C

Tints of Torea Bay #333E7C

Color information

#333E7C (or 0x333E7C) is unknown color: approx Torea Bay. HEX triplet: 33, 3E and 7C. RGB value is (51,62,124). Sum of RGB (Red+Green+Blue) = 51+62+124=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #333E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E7C is #CCC183. Grayscale: #414141. Windows color (decimal): -13418884 or 8142387. OLE color: 8142387.

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

Color convert

RGB5162124-
CMYK0.590.500.51
HSL230.96º41.71%34.31%-
HSV(B)230.96º58.87%48.63%-
XYZ6.735.619.8-
YUV65.78160.86117.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=21.52%
G=26.16%
B=52.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51621240.590.500.51230.9641.7134.31
Hex333E7C3B32033e72a22
Octal637617473620633475242
Binary1100111111101111100111011110010011001111100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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