#33347C

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

Shades of Torea Bay #33347C

Tints of Torea Bay #33347C

Color information

#33347C (or 0x33347C) is unknown color: approx Torea Bay. HEX triplet: 33, 34 and 7C. RGB value is (51,52,124). Sum of RGB (Red+Green+Blue) = 51+52+124=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #33347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33347C is #CCCB83. Grayscale: #3B3B3B. Windows color (decimal): -13421444 or 8139827. OLE color: 8139827.

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

Color convert

RGB5152124-
CMYK0.590.5800.51
HSL239.18º41.71%34.31%-
HSV(B)239.18º58.87%48.63%-
XYZ6.234.6219.63-
YUV59.91164.17121.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=22.47%
G=22.91%
B=54.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51521240.590.5800.51239.1841.7134.31
Hex33347C3B3A033ef2a22
Octal636417473720633575242
Binary1100111101001111100111011111010011001111101111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33347C; }

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

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

<style>
 a { background-color: #33347C; }

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

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

<style>
 span { border-color: #33347C; }

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

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