#333A63

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

Shades of Bay Of Many #333A63

Tints of Bay Of Many #333A63

Color information

#333A63 (or 0x333A63) is unknown color: approx Bay Of Many. HEX triplet: 33, 3A and 63. RGB value is (51,58,99). Sum of RGB (Red+Green+Blue) = 51+58+99=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #333A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A63 is #CCC59C. Grayscale: #3C3C3C. Windows color (decimal): -13419933 or 6502963. OLE color: 6502963.

HSL color Cylindrical-coordinate representation of color #333A63: hue angle of 231.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #333A63 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB515899-
CMYK0.480.4100.61
HSL231.25º32%29.41%-
HSV(B)231.25º48.48%38.82%-
XYZ5.134.6312.43-
YUV60.58149.68121.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=24.52%
G=27.88%
B=47.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5158990.480.4100.61231.253229.41
Hex333A63302903De7201d
Octal637214360510753474035
Binary110011111010110001111000010100101111011110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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